Skip to content

Commit 5190838

Browse files
Test devnet
1 parent 44229fc commit 5190838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ jobs:
146146
- name: Run Isolated Tests
147147
run: pnpm test:e2e
148148
env:
149-
TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
149+
# TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
150150
# uncomment the below line to test against devnet
151-
# DEVNET_WALLET_PVT_KEY: ${{ secrets.DEVNET_WALLET_PVT_KEY }}
151+
DEVNET_WALLET_PVT_KEY: ${{ secrets.DEVNET_WALLET_PVT_KEY }}
152152

153153
test:
154154
if: github.base_ref == 'master' || github.ref_name == 'master'

0 commit comments

Comments
 (0)