Skip to content

Commit

Permalink
Add Hardhat example script to test
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Oct 6, 2023
1 parent 1422b07 commit a60247d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/contracts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
run: pnpm run test --network sapphire_localnet
env:
PRIVATE_KEY: '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80'
- name: hardhat test examples/hardhat
working-directory: examples/hardhat
run: pnpm run --network sapphire_localnet scripts/run-vigil.ts
env:
PRIVATE_KEY: '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80'
- name: hardhat test examples/onchain-signer
working-directory: examples/onchain-signer
run: pnpm run test --network sapphire-localnet

0 comments on commit a60247d

Please sign in to comment.