Skip to content

Commit

Permalink
debug #888, use dockerPool instead of up+down
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jul 30, 2024
1 parent 0e085c1 commit 27855c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
docker compose -f "${CUR_DIR}/${COMPOSE_FILE}" --progress=quiet pull
pids=()
for ((i = 1; i <= RUN_PARALLEL; i++)); do
for ((i = 0; i < RUN_PARALLEL; i++)); do
docker compose -f ${CUR_DIR}/${COMPOSE_FILE} --project-name project${i} --progress plain up -d &
pids+=($!)
done
Expand Down

0 comments on commit 27855c0

Please sign in to comment.