fixed workflow to use the correct docker compose executable
Some checks failed
CI / Backend Build (push) Blocked by required conditions
CI / Docker Build Test (push) Blocked by required conditions
CI / Frontend Build (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI Simple / Test and Build (push) Has been cancelled

This commit is contained in:
Jan Felix Wiebe 2025-07-11 16:04:16 +02:00
parent 5c81310530
commit 985afbf5f3

View file

@ -143,5 +143,5 @@ jobs:
- name: Test docker-compose build
run: |
docker-compose build
docker compose build
echo "Docker Compose build successful"