From 7f054df23adfc4e7b1759191d12e6adf16c41ab3 Mon Sep 17 00:00:00 2001 From: 0xtekgrinder <0xtekgrinder@protonmail.com> Date: Fri, 9 Aug 2024 13:28:44 +0200 Subject: [PATCH] chore: install foundry inside ci-deep --- .github/workflows/ci-deep.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-deep.yml b/.github/workflows/ci-deep.yml index a7fb1b79..b6c37195 100644 --- a/.github/workflows/ci-deep.yml +++ b/.github/workflows/ci-deep.yml @@ -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: @@ -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: