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 2465d4b commit 27a633fCopy full SHA for 27a633f
.github/workflows/e2e.yml
@@ -3,9 +3,8 @@ name: E2E Tests
3
on:
4
push:
5
branches:
6
- - main
7
- - master
8
- - develop
+ - naga
+ - canary-naga
9
pull_request:
10
env:
11
LIT_STATUS_WRITE_KEY: ${{ secrets.LIT_STATUS_WRITE_KEY }}
@@ -51,9 +50,9 @@ jobs:
51
50
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