We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
continue-on-error
1 parent 9e9dbdb commit 57f4ec7Copy full SHA for 57f4ec7
.github/workflows/dart.yml
@@ -17,6 +17,7 @@ on:
17
jobs:
18
build:
19
runs-on: ubuntu-latest
20
+ continue-on-error: true
21
strategy:
22
matrix:
23
sdk: [ stable, 2.17.0 ]
0 commit comments