Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 17, 2024
1 parent ba46a63 commit 2da46c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
docker exec go-ethereum mkdir -p /workspace/hardhat
docker cp ${{ github.workspace }}/hardhat go-ethereum:/workspace/
docker exec go-ethereumt ls /workspace/hardhat
docker exec go-ethereum ls /workspace/hardhat
docker exec go-ethereum ls -l /workspace/hardhat
docker exec go-ethereum ls -l /workspace
#steps were added so i can troublshoot and see if the folder is mounted properly
Expand Down

0 comments on commit 2da46c1

Please sign in to comment.