Skip to content

Commit

Permalink
Update hardhat_e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyitang committed Dec 30, 2024
1 parent 886779d commit 8c80298
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/hardhat_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,16 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install forge-std
run: |
cd foundry
forge install foundry-rs/forge-std --no-commit
- name: Install openzeppelin-contracts
run: |
cd foundry
forge install OpenZeppelin/openzeppelin-contracts --no-commit
- name: 'Create env file'
run: |
Expand Down

0 comments on commit 8c80298

Please sign in to comment.