diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index dde2532cab..6528b4f983 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -42,6 +42,7 @@ jobs: run: | cd hardhat npm install + npx hardhat compile # Added the compile step npx hardhat run scripts/deploy.js - name: Run Hardhat Tests