mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
test
This commit is contained in:
parent
effbbba093
commit
a1751490c0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-deploy-hardhat.yml
vendored
2
.github/workflows/docker-deploy-hardhat.yml
vendored
|
|
@ -56,6 +56,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker exec go-ethereum mkdir -p /workspace
|
docker exec go-ethereum mkdir -p /workspace
|
||||||
docker cp ${{ github.workspace }} go-ethereum:/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
|
docker exec go-ethereum ls -larth /workspace/hardhat
|
||||||
|
|
||||||
- name: Installing the required Node.js and npm
|
- name: Installing the required Node.js and npm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue