Adding workdir to hardhat

This commit is contained in:
Ruslan Gladov 2024-06-14 11:25:29 +03:00
parent b9e53d9808
commit 2ec0014091

View file

@ -39,6 +39,7 @@ jobs:
docker-compose up -d
- name: Deploy contracts
working-directory: go-ethereum/hardhat
run: npx hardhat run scripts/deploy.js --network localhost
- name: Build and push Docker image