Testing deployment

This commit is contained in:
denislav-mladenov 2024-07-18 11:23:29 +03:00
parent b41605d127
commit f61477ba08

View file

@ -60,7 +60,7 @@ jobs:
- name: Installing the required Node.js and npm - name: Installing the required Node.js and npm
run: | run: |
docker exec go-ethereum apk add -y nodejs 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 && npm install ethers@5" run: docker exec go-ethereum sh -c "cd /workspace/hardhat && npm install --save-dev hardhat && npm install ethers@5"