Skip to content

Commit

Permalink
fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
san-est committed Jun 17, 2024
1 parent 7a5accc commit 6cd2bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploying hardhat
name: test-network issue

on:
# Specifying to only run on when a labeld pull request is merged to the master branch.
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Running image container
run: |
echo "Workspace path: /workspace/hardhat"
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 6cd2bac

Please sign in to comment.