From 67de59ebd286f4e5ccd9ad3dad97f26903d44232 Mon Sep 17 00:00:00 2001 From: san-est Date: Fri, 14 Jun 2024 12:45:19 +0300 Subject: [PATCH] testing --- .github/workflows/deploy-hardhat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-hardhat.yml b/.github/workflows/deploy-hardhat.yml index 154a4285d4ab..8bc88c226dfe 100644 --- a/.github/workflows/deploy-hardhat.yml +++ b/.github/workflows/deploy-hardhat.yml @@ -43,10 +43,11 @@ jobs: docker exec devnet ls -l /workspace/hardhat docker exec devnet ls -l /workspace #steps were added so i can troublshoot if the folder is mounted properly + - name: Installing Node.js, npm and local hardhat so that hardhat sample can run run: | docker exec devnet apk add --no-cache nodejs npm - docker exec devnet sh -c "cd /workspace/hardhat && npm install hardhat" + docker exec devnet sh -c "cd /home/runner/work/go-ethereum-devops/go-ethereum-devops/hardhat && npm install hardhat" - name: Deploy hardhat sample project run: |