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