feat(ci): enhance debugging in test workflow with workspace information
This commit is contained in:
@@ -78,9 +78,17 @@ jobs:
|
|||||||
- name: Load dev image
|
- name: Load dev image
|
||||||
run: docker load --input /tmp/graph-dev.tar
|
run: docker load --input /tmp/graph-dev.tar
|
||||||
|
|
||||||
|
- name: Debug workspace
|
||||||
|
run: |
|
||||||
|
echo "pwd: $(pwd)"
|
||||||
|
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
|
||||||
|
ls -la
|
||||||
|
|
||||||
- name: Run tests in dev image
|
- name: Run tests in dev image
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -v "$(pwd)":/app -v /app/vendor graph-dev:ci sh -c "
|
docker run --rm -v "$(pwd)":/app -v /app/vendor graph-dev:ci sh -c "
|
||||||
|
echo '--- /app contents ---' &&
|
||||||
|
ls -la /app &&
|
||||||
composer install --no-interaction &&
|
composer install --no-interaction &&
|
||||||
vendor/bin/phpunit --testdox &&
|
vendor/bin/phpunit --testdox &&
|
||||||
composer phpstan
|
composer phpstan
|
||||||
|
|||||||
Reference in New Issue
Block a user