This commit is contained in:
denislav-mladenov 2024-07-18 23:55:52 +03:00
parent d555013c6d
commit effbbba093

View file

@ -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