From eac983e3de388fb45bd5a30498fd1211954adbdb Mon Sep 17 00:00:00 2001 From: Radostina Lyubomirova Date: Wed, 4 Jun 2025 14:23:09 +0300 Subject: [PATCH] test contracts --- .github/workflows/ci-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 07301aa33f..73fa382834 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -30,6 +30,10 @@ jobs: working-directory: hardhat run: npm install + - name: Compile contracts + working-directory: hardhat + run: npx hardhat compile + - name: Deploy contracts using Ignition working-directory: hardhat run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost