Skip to content

Commit

Permalink
🚀 🪲 Remove hardhat compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Nov 22, 2023
1 parent 9ec92ed commit df98ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm i --no-audit
- name: Compile contracts
run: npx hardhat compile
# - name: Compile contracts
# run: npx hardhat compile
- name: Execute contract tests
run: npx hardhat test

0 comments on commit df98ede

Please sign in to comment.