From ca63780b9df7bc6842de0b43682b0f31380d8fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Thu, 5 Dec 2024 17:39:27 +0100 Subject: [PATCH] Still debugging --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58d24c6..96e58d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,12 @@ jobs: - name: Check Mercure reachability run: curl -vkI --fail-with-body https://localhost/.well-known/mercure?topic=test + - + name: Check file permissions + run: ls -l bin/console + - + name: Check user inside container + run: whoami - name: Create test database run: docker compose exec -T php bin/console -e test doctrine:database:create