diff --git a/.github/workflows/docker-deploy-hardhat.yml b/.github/workflows/docker-deploy-hardhat.yml index bf7837a39f..7a50d6cb5d 100644 --- a/.github/workflows/docker-deploy-hardhat.yml +++ b/.github/workflows/docker-deploy-hardhat.yml @@ -56,6 +56,8 @@ jobs: run: | docker exec go-ethereum mkdir -p /workspace docker cp ${{ github.workspace }} go-ethereum:/workspace + docker exec go-ethereum ls -larth + docker exec go-ethereum ls -larth /workspace docker exec go-ethereum ls -larth /workspace/hardhat - name: Installing the required Node.js and npm