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 3da4795 commit 889b032Copy full SHA for 889b032
.github/workflows/e2e.yml
@@ -51,9 +51,9 @@ jobs:
51
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
56
- timeout-minutes: 10
+ # - name: Run health check for naga-test
+ # run: NETWORK=naga-test bun run test:e2e all
+ # timeout-minutes: 10
57
58
- name: Run health check for naga-staging
59
run: NETWORK=naga-staging bun run test:e2e all
0 commit comments