mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
commit
df19a66cf1
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-hardhat.yaml
vendored
4
.github/workflows/build-hardhat.yaml
vendored
|
|
@ -48,9 +48,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Set up environment"
|
||||
run: |
|
||||
cd ..
|
||||
docker compose -f docker-compose.yml up -d
|
||||
run: docker compose up -d
|
||||
# - name: "Wait for docker to finish building"
|
||||
# run: sleep 30
|
||||
- name: "Test server"
|
||||
|
|
|
|||
Loading…
Reference in a new issue