From 767db940eb55dd1e4479400a5e892c77b0db7f26 Mon Sep 17 00:00:00 2001 From: Shiv Bhonde Date: Mon, 15 Jul 2024 17:20:07 +0900 Subject: [PATCH] skip install --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b15f5fe53..99a054697 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: run: yarn build - name: Create instance - run: yarn cli test-hardhat -s hardhat + run: yarn cli test-hardhat --skip-install -s hardhat - name: cd into dir and yarn install run: cd test-hardhat && yarn install --ignore-peer-dependencies --force