Skip to content

Commit

Permalink
chore: install foundry inside ci-deep
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Aug 9, 2024
1 parent a528c31 commit 7f054df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'

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

- name: 'Restore the cached build'
uses: 'actions/cache/restore@v3'
with:
Expand All @@ -110,7 +117,6 @@ jobs:
node_modules
- run: export NODE_OPTIONS=--max_old_space_size=11264

- name: Run unit tests
run: yarn hardhat:test
env:
Expand Down

0 comments on commit 7f054df

Please sign in to comment.