change command
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 7s
CI/CD Docker Compose / deploy-and-test (push) Failing after 24s

This commit is contained in:
Hubert Cornet 2025-01-30 19:53:49 +01:00
parent 451e4c4cc4
commit 3b021c484d

View File

@ -28,7 +28,7 @@ jobs:
echo "Error : file docker-compose.yml is missing."
exit 1
fi
docker-compose config -q
docker compose config -q
deploy-and-test:
runs-on: ubuntu-latest