This commit is contained in:
SamTV12345 2024-02-10 21:11:05 +01:00
parent 0c02ac0f91
commit 3e6d90c0dc

View file

@ -60,7 +60,6 @@ jobs:
run: |
docker run --rm -d -p 9001:9001 --name test ${{ env.TEST_TAG }}
docker logs -f test &
./src/bin/installDeps.sh
while true; do
echo "Waiting for Docker container to start..."
status=$(docker container inspect -f '{{.State.Health.Status}}' test) || exit 1