Update deploy-test.yml

This commit is contained in:
nikolaivanovj 2025-01-07 00:29:40 +02:00 committed by GitHub
parent 16647100c6
commit 740c515089
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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