fix(test): fix CI?

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-08-31 12:01:05 +00:00
parent 645ec552bd
commit 09088d0494
3 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -25,6 +25,4 @@ while ! docker compose ps | grep healthy; do
sleep $delay
delay=$(( delay * 2 ))
attempt=$(( attempt + 1 ))
done
docker compose down
done