Skip to content

Commit 001d244

Browse files
committed
feat(workflow): enable e2e testing for naga-test environment
1 parent d734a07 commit 001d244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-naga.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
# - environment: naga-staging
5757
# network: naga-staging
5858
# privateKey: LIVE_MASTER_ACCOUNT_NAGA_STAGING
59-
# - environment: naga-test
60-
# network: naga-test
61-
# privateKey: LIVE_MASTER_ACCOUNT_NAGA_TEST
59+
- environment: naga-test
60+
network: naga-test
61+
privateKey: LIVE_MASTER_ACCOUNT_NAGA_TEST
6262
env:
6363
LOG_LEVEL: debug2
6464
LIVE_MASTER_ACCOUNT: ${{ secrets[matrix.privateKey] }}

0 commit comments

Comments
 (0)