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
d555013c6d
commit
effbbba093
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-deploy-hardhat.yml
vendored
2
.github/workflows/docker-deploy-hardhat.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copying the hardhat files to the container
|
- name: Copying the hardhat files to the container
|
||||||
run: |
|
run: |
|
||||||
docker exec go-ethereum mkdir -p /workspace/hardhat
|
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 /workspace/hardhat
|
docker exec go-ethereum ls -larth /workspace/hardhat
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue