1
0

fix(ci): add path debug before composer install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-06-05 11:46:58 +02:00
parent 9668a23797
commit 07cd2dd756

View File

@@ -20,6 +20,12 @@ jobs:
- name: Create .env for CI
run: cp .env.example .env
- name: Debug paths
run: |
echo "pwd=$(pwd)"
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
ls -la
- name: Install Composer dependencies
run: |
docker run --rm \