We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44229fc commit 5190838Copy full SHA for 5190838
.github/workflows/test.yaml
@@ -146,9 +146,9 @@ jobs:
146
- name: Run Isolated Tests
147
run: pnpm test:e2e
148
env:
149
- TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
+ # TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
150
# uncomment the below line to test against devnet
151
- # DEVNET_WALLET_PVT_KEY: ${{ secrets.DEVNET_WALLET_PVT_KEY }}
+ DEVNET_WALLET_PVT_KEY: ${{ secrets.DEVNET_WALLET_PVT_KEY }}
152
153
test:
154
if: github.base_ref == 'master' || github.ref_name == 'master'
0 commit comments