Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit ba13e6b

Browse files
committed
Fix docker health test CI job
1 parent 0d7d03f commit ba13e6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/docker-network-health.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
# Run network
3333
cd ./tools/docker-network
34-
timeout 10m ./run.sh 0 0 &
34+
timeout 10m ./run.sh &
3535
RUN_PID=$!
3636
3737
# Wait for node-4 to be created before querying it

Diff for: tools/docker-network/restart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
docker compose kill
44
docker compose down
5-
./run.sh 0
5+
./run.sh

0 commit comments

Comments
 (0)