Testing deployment

This commit is contained in:
denislav-mladenov 2024-07-18 09:28:28 +03:00
parent a8a547782c
commit 86f3e9d356

View file

@ -63,7 +63,7 @@ jobs:
docker exec go-ethereum apk add --no-cache nodejs npm docker exec go-ethereum apk add --no-cache nodejs npm
- name: Installation of hardhat - name: Installation of hardhat
run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat" run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat && npm install ethers@5"
- name: Checking the hardhat version to verify that its working properly - name: Checking the hardhat version to verify that its working properly
run: docker exec go-ethereum npx hardhat --version run: docker exec go-ethereum npx hardhat --version