Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
EskandarAtrakchi committed Jul 11, 2024
1 parent 07e2e19 commit 2412b11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
- name: Install Hardhat Dependencies
run: cd contracts && npm ci

- name: Run Hardhat Compile
run: cd contracts && npx hardhat compile

- name: Run Hardhat Test
run: cd contracts && npx hardhat test
run: cd contracts && npx hardhat test

0 comments on commit 2412b11

Please sign in to comment.