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
7eefb68335
commit
d555013c6d
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
|
|
@ -55,7 +55,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/hardhat
|
||||||
docker cp ${{ github.workspace }}/hardhat go-ethereum:/workspace/hardhat
|
docker cp ${{ github.workspace }} go-ethereum:/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