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 ad20de8 commit 43622c8Copy full SHA for 43622c8
.github/workflows/e2e.yml
@@ -48,13 +48,13 @@ jobs:
48
run: bun run build
49
50
- name: Run health check for naga-dev
51
- run: NETWORK=naga-dev bun run test:e2e all --timeout 5000000
+ run: NETWORK=naga-dev bun run test:e2e all
52
timeout-minutes: 10
53
54
- name: Run health check for naga-test
55
- run: NETWORK=naga-test bun run test:e2e all --timeout 5000000
+ run: NETWORK=naga-test bun run test:e2e all
56
57
58
- name: Run health check for naga-staging
59
- run: NETWORK=naga-staging bun run test:e2e all --timeout 5000000
+ run: NETWORK=naga-staging bun run test:e2e all
60
0 commit comments