ci: add timeout

This commit is contained in:
H01001000
2023-02-02 21:16:25 -08:00
parent e76af53ecd
commit 8cab1a0cfd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ jobs:
key: ${{ runner.os }}-turbo-build-${{ github.sha }}
- name: Integration Test
run: yarn test:integration --cache-dir=".turbo" --filter=./packages/${{ inputs.package }}
timeout-minutes: 1
- name: Collect and upload the coverage report
uses: codecov/codecov-action@v3
with:
+1
View File
@@ -40,6 +40,7 @@ jobs:
key: ${{ runner.os }}-turbo-build-${{ github.sha }}
- name: Unit Test
run: yarn test:unit --cache-dir=".turbo" --filter=./packages/${{ inputs.package }}
timeout-minutes: 1
- name: Collect and upload the coverage report
uses: codecov/codecov-action@v3
with: