Skip to content

Commit

Permalink
Update workflow with hardhat setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpar committed Feb 15, 2024
1 parent 39fd4c7 commit b0f35d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
npm install -g ganache@7.6.0
- name: Initialize hardhat
run: |
cd tests/hardhat-project
npm ci
npx hardhat compile
npx hardhat node &
- name: Test with tox
run: tox

0 comments on commit b0f35d4

Please sign in to comment.