Skip to content

Commit ea8c9c4

Browse files
committed
Replaced continue-on-error with fail-fast, continues 57f4ec7.
This should enable all jobs to run without being cancelled, while also ensuring that the workflow fails in the event of an error.
1 parent 985e862 commit ea8c9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20-
continue-on-error: true
2120
strategy:
21+
fail-fast: false
2222
matrix:
2323
sdk: [ stable, 2.17.0 ]
2424
steps:

0 commit comments

Comments
 (0)