Skip to content

Commit

Permalink
Merge pull request #10 from unicef/feature/20230921
Browse files Browse the repository at this point in the history
Feature/20230921
  • Loading branch information
dappsar authored Sep 21, 2023
2 parents 65b09ff + 299966a commit 31e4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Compile contracts
run: npx hardhat compile
- name: Test deploy harhat
run: npx hardhat node & npx hardhat run --network hardhat scripts/deploy.ts
run: npx hardhat node & npx hardhat run --network hardhat scripts/deployAllWithMock.ts
- name: Run tests
run: npx hardhat test

0 comments on commit 31e4d3c

Please sign in to comment.