mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
test(gw): fix gw integration test (#2835)
* test(gw): fix gw integration test * ci: increase timeout * chore(gw): fix redundant import
This commit is contained in:
@@ -40,7 +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
|
||||
timeout-minutes: 3
|
||||
- name: Collect and upload the coverage report
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user