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 350068a commit 7f8d836Copy full SHA for 7f8d836
.github/workflows/check.yml
@@ -33,6 +33,7 @@ jobs:
33
cache: 'yarn'
34
- run: yarn --immutable
35
- run: yarn update-env
36
+ timeout-minutes: 5
37
- run: yarn test tests/${{ matrix.tests }}
38
- uses: ravsamhq/notify-slack-action@v2
39
if: ${{ failure() }}
0 commit comments