Skip to content

Commit 6b3e0b5

Browse files
committed
Debug
1 parent 300ffa3 commit 6b3e0b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
run: |
5656
docker compose run --rm --user 0 -e HOST_UID=$(id -u) -e HOST_GID=$(id -g) php bash -lc 'chown -R ${HOST_UID}:${HOST_GID} /app'
5757
58+
- name: Debug compose + php
59+
run: |
60+
ls -la
61+
docker compose config
62+
docker compose run --rm php php -v
63+
5864
- name: Check that dependencies resolve.
5965
run: |
6066
rm -fr vendor/

0 commit comments

Comments
 (0)