mirror of
https://github.com/discordeno/discordeno.git
synced 2026-07-21 21:52:52 +00:00
ci: add timeout
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user