File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1313env :
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
1820jobs :
1921 naga-e2e-tests :
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
You can’t perform that action at this time.
0 commit comments