forked from fa/breadcrumb-the-shire
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user