fix(ci): debug - ls /var/www to find why composer.json not found
Some checks failed
deploy / QA gates (push) Failing after 17s
deploy / Build & deploy (push) Has been skipped
qa-required / qa-required (push) Failing after 16s

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 sleep 10
- name: Install Composer dependencies - 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 - name: Run required QA gates
run: bin/qa-required.sh run: bin/qa-required.sh