Skip to content

Commit

Permalink
ci: run e2e tests on devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Oct 2, 2024
1 parent 3015555 commit 26737b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
- name: Run Isolated Tests
run: pnpm test:e2e
env:
TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
#TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
# uncomment the below line to test against devnet
# DEVNET_WALLET_PVT_KEY: ${{ secrets.DEVNET_WALLET_PVT_KEY }}
DEVNET_WALLET_PVT_KEY: ${{ secrets.DEVNET_WALLET_PVT_KEY }}

test:
if: github.base_ref == 'master' || github.ref_name == 'master'
Expand Down

0 comments on commit 26737b5

Please sign in to comment.