Skip to content

Commit

Permalink
chore: triggerable devnet e2e tests (#2690)
Browse files Browse the repository at this point in the history
* chore: make devnet tests ad hoc

* chore: changeset
  • Loading branch information
danielbate committed Jul 3, 2024
1 parent 7befc6a commit 6ed0093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/slimy-moons-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@internal/forc": patch
---

chore: triggerable `devnet` e2e tests
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
run: pnpm test:e2e
env:
TESTNET_WALLET_PVT_KEY: ${{ secrets.TESTNET_WALLET_PVT_KEY }}
DEVNET_WALLET_PVT_KEY: ${{ github.head_ref == 'changeset-release/master' && secrets.DEVNET_WALLET_PVT_KEY || '' }}
# uncomment the below line to test against devnet
# 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 6ed0093

Please sign in to comment.