From bdc0b50ad7a198400e50284f93c75ad2e67d174f Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 15:06:49 +0300 Subject: [PATCH] Compile --- .github/workflows/ci_deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index bd342ac2d2..da6a979f67 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -34,9 +34,6 @@ jobs: - name: Install dependencies run: npm install --save-dev hardhat - - name: Compile contracts - run: npx hardhat compile - - name: Run local devnet run: | docker-compose up -d