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 27a633f commit 000dd00Copy full SHA for 000dd00
.github/workflows/e2e.yml
@@ -50,9 +50,9 @@ jobs:
50
run: NETWORK=naga-dev bun run test:e2e all
51
timeout-minutes: 10
52
53
- - name: Run health check for naga-test
54
- run: NETWORK=naga-test bun run test:e2e all
55
- timeout-minutes: 10
+ # - name: Run health check for naga-test
+ # run: NETWORK=naga-test bun run test:e2e all
+ # timeout-minutes: 10
56
57
- name: Run health check for naga-staging
58
run: NETWORK=naga-staging bun run test:e2e all
0 commit comments