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 3cc549b commit 790dee7Copy full SHA for 790dee7
.github/workflows/dart.yml
@@ -15,6 +15,7 @@ jobs:
15
# against Dart dev.
16
analyze:
17
runs-on: ubuntu-latest
18
+ timeout-minutes: 10
19
strategy:
20
fail-fast: false
21
matrix:
@@ -48,6 +49,7 @@ jobs:
48
49
test:
50
needs: analyze
51
runs-on: ${{ matrix.os }}
52
53
54
55
.github/workflows/publish.yml
@@ -14,6 +14,7 @@ env:
14
jobs:
publish:
steps:
- uses: actions/checkout@v3
0 commit comments