Skip to content

Commit

Permalink
fix pipeline - add hardcat install
Browse files Browse the repository at this point in the history
  • Loading branch information
amfet42 committed Sep 13, 2023
1 parent c4d8493 commit 354f5f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deployment-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,13 @@ jobs:
- name: Install Requirements
run: pip install -r requirements_ape.txt

- name: Install node
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install Hardcat
run: npm install --save-dev hardhat

- name: Run Deployment Tests
run: ape test --network ethereum:mainnet-fork:hardhat test_deployment

0 comments on commit 354f5f6

Please sign in to comment.