From 740c5150898fb893bfd39c6562cda8f49f3a4574 Mon Sep 17 00:00:00 2001 From: nikolaivanovj <110764167+nikolaivanovj@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:29:40 +0200 Subject: [PATCH] Update deploy-test.yml --- .github/workflows/deploy-test.yml | 1 + 1 file changed, 1 insertion(+) 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