fix(ci): add path debug before composer install
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,12 @@ jobs:
|
|||||||
- name: Create .env for CI
|
- name: Create .env for CI
|
||||||
run: cp .env.example .env
|
run: cp .env.example .env
|
||||||
|
|
||||||
|
- name: Debug paths
|
||||||
|
run: |
|
||||||
|
echo "pwd=$(pwd)"
|
||||||
|
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
|
||||||
|
ls -la
|
||||||
|
|
||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
|||||||
Reference in New Issue
Block a user