From a2ea9f385d88a5ff8d8b9e5b7d088914bd51d880 Mon Sep 17 00:00:00 2001 From: aminovfariz Date: Fri, 5 Jun 2026 11:42:23 +0200 Subject: [PATCH] fix(ci): debug - ls /var/www to find why composer.json not found Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/qa-required.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/qa-required.yaml b/.gitea/workflows/qa-required.yaml index f08c695..6e7a920 100644 --- a/.gitea/workflows/qa-required.yaml +++ b/.gitea/workflows/qa-required.yaml @@ -26,7 +26,7 @@ jobs: sleep 10 - name: Install Composer dependencies - run: docker compose exec -T php bash -c "cd /var/www && composer install --no-interaction --prefer-dist" + run: docker compose exec -T php bash -c "ls /var/www/ && composer install --no-interaction --prefer-dist" - name: Run required QA gates run: bin/qa-required.sh