Skip to content

Commit

Permalink
Don't use continue-on error
Browse files Browse the repository at this point in the history
It seems it marks the job as optional, and prevents reruns
  • Loading branch information
mkolesnik authored and skitt committed May 20, 2020
1 parent a357c14 commit 9cc222f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ name: End to End Tests
jobs:
e2e:
timeout-minutes: 30
continue-on-error: true
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 9cc222f

Please sign in to comment.