fix ci --check

This commit is contained in:
Gsk54
2023-01-09 15:39:55 +01:00
parent e7009473e6
commit 2db903cd1c
3 changed files with 16 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
while ! docker logs v3-user --tail=1 | grep -q "Nest application successfully started";
while ! docker logs v3-user-db-test --tail=1 | grep -q "database system is ready to accept connections";
do
sleep 5
echo "Waiting for Nest to be up..."
echo "Waiting for Test DB to be up..."
done