Skip to content

Commit

Permalink
actually fix wait script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Căutișanu authored and Andrei Căutișanu committed Sep 18, 2024
1 parent 1f9ae53 commit f9c183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
wait_interval=3
retries=0
while [[ $retries -lt $max_retries]]
while [[ $retries -lt $max_retries ]]
do
containers=$(docker compose ps --status running -q)
if [ -z "$containers" ]; then
Expand Down

0 comments on commit f9c183b

Please sign in to comment.