From 4cdcf8839c59fdbb70157ccda8e566b3b6735b6f Mon Sep 17 00:00:00 2001 From: 0xtekgrinder <72015889+0xtekgrinder@users.noreply.github.com> Date: Fri, 19 Apr 2024 08:00:29 -0400 Subject: [PATCH] chore: fetch submodules before hardhat tests in ci (#255) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cdbb197..1c66fdf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + submodules: 'recursive' - uses: actions/setup-node@v3 with: @@ -108,6 +110,7 @@ jobs: artifacts typechain node_modules + - run: export NODE_OPTIONS=--max_old_space_size=11264 - name: Run unit tests run: yarn hardhat:test