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.
1 parent 360f05e commit b428726Copy full SHA for b428726
.github/workflows/dart_ci.yml
@@ -46,7 +46,7 @@ jobs:
46
dart run build_runner test -r -- -P concurrent-tests
47
dart run build_runner test -r -- -P non-concurrent-tests
48
timeout-minutes: 10
49
- if: ${{ always() && steps.install.outcome == 'success' }}
+ if: ${{ always() && steps.install.outcome == 'success' }}
50
51
build_legacy:
52
runs-on: ubuntu-latest
0 commit comments