Skip to content

Commit 79b0077

Browse files
committed
chore(e2e): update environment variables and add timeout for health checks
1 parent de40fad commit 79b0077

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ on:
1313
env:
1414
LIT_STATUS_WRITE_KEY: ${{ secrets.LIT_STATUS_WRITE_KEY }}
1515
LIT_STATUS_BACKEND_URL: ${{ vars.LIT_STATUS_BACKEND_URL }}
16-
LIVE_MASTER_ACCOUNT: ${{ vars.LIVE_MASTER_ACCOUNT }}
16+
LIVE_MASTER_ACCOUNT: ${{ secrets.LIVE_MASTER_ACCOUNT }}
17+
LOCAL_MASTER_ACCOUNT: ${{ secrets.LOCAL_MASTER_ACCOUNT }}
18+
LOG_LEVEL: info
1719

1820
jobs:
1921
naga-e2e-tests:
@@ -50,9 +52,12 @@ jobs:
5052

5153
- name: Run health check for naga-dev
5254
run: NETWORK=naga-dev bun run test:e2e pkpSign
55+
timeout-minutes: 10
5356

5457
- name: Run health check for naga-staging
5558
run: NETWORK=naga-staging bun run test:e2e pkpSign
59+
timeout-minutes: 10
5660

5761
- name: Run health check for naga-local
58-
run: NETWORK=naga-local bun run test:e2e pkpSign
62+
run: NETWORK=naga-local bun run test:e2e pkpSign
63+
timeout-minutes: 10

0 commit comments

Comments
 (0)