Skip to content

Commit 57f4ec7

Browse files
committed
Added continue-on-error to run CI for all specified SDK versions
1 parent 9e9dbdb commit 57f4ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20+
continue-on-error: true
2021
strategy:
2122
matrix:
2223
sdk: [ stable, 2.17.0 ]

0 commit comments

Comments
 (0)