Fixed installDeps.sh

This commit is contained in:
SamTV12345 2024-02-10 23:06:41 +01:00
parent 490f960fcf
commit a862d41805

View file

@ -59,6 +59,7 @@ jobs:
name: Test
run: |
docker run --rm -d -p 9001:9001 --name test ${{ env.TEST_TAG }}
./src/bin/installDeps.sh
docker logs -f test &
while true; do
echo "Waiting for Docker container to start..."