Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 17, 2024
1 parent 2da46c1 commit 4df2eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Running image container
run: |
echo "Workspace path: /workspace/hardhat"
docker network create devnet
docker run -d --name go-ethereum --network devnet -p 8545:8545 \
docker run -d --name go-ethereum --network=devnet -p 8545:8545 \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
# Here I copy over files from the current git repo over to the container
Expand Down

0 comments on commit 4df2eec

Please sign in to comment.