Skip to content

Commit

Permalink
Fix docker health test CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed May 14, 2024
1 parent 0d7d03f commit ba13e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-network-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Run network
cd ./tools/docker-network
timeout 10m ./run.sh 0 0 &
timeout 10m ./run.sh &
RUN_PID=$!
# Wait for node-4 to be created before querying it
Expand Down
2 changes: 1 addition & 1 deletion tools/docker-network/restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

docker compose kill
docker compose down
./run.sh 0
./run.sh

0 comments on commit ba13e6b

Please sign in to comment.