1
0

fix(ci): debug - ls /var/www to find why composer.json not found

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-06-05 11:42:23 +02:00
parent 03cdfa7702
commit a2ea9f385d

View File

@@ -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