Skip to content

Commit 27a633f

Browse files
committed
chore(ci): run e2e workflow on naga branch
1 parent 2465d4b commit 27a633f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: E2E Tests
33
on:
44
push:
55
branches:
6-
- main
7-
- master
8-
- develop
6+
- naga
7+
- canary-naga
98
pull_request:
109
env:
1110
LIT_STATUS_WRITE_KEY: ${{ secrets.LIT_STATUS_WRITE_KEY }}
@@ -51,9 +50,9 @@ jobs:
5150
run: NETWORK=naga-dev bun run test:e2e all
5251
timeout-minutes: 10
5352

54-
# - name: Run health check for naga-test
55-
# run: NETWORK=naga-test bun run test:e2e all
56-
# timeout-minutes: 10
53+
- name: Run health check for naga-test
54+
run: NETWORK=naga-test bun run test:e2e all
55+
timeout-minutes: 10
5756

5857
- name: Run health check for naga-staging
5958
run: NETWORK=naga-staging bun run test:e2e all

0 commit comments

Comments
 (0)