mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
ci: Remove CI hard time limit on E2E (#4683)
Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
1
.github/workflows/e2e-test.yml
vendored
1
.github/workflows/e2e-test.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
||||
- name: E2E Test
|
||||
if: ${{ inputs.event_name != 'pull_request' }}
|
||||
run: yarn test:e2e --filter=./packages/${{ inputs.package }}
|
||||
timeout-minutes: 5
|
||||
env:
|
||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
E2E_TEST_GUILD_ID: ${{ secrets.UNIT_TEST_GUILD_ID }}
|
||||
|
||||
Reference in New Issue
Block a user