Skip to content

Commit e499ab4

Browse files
committed
Add some debugging.
1 parent e4a5dfc commit e499ab4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ jobs:
180180
run: |
181181
npm run env:start
182182
183+
- name: Some Docker debug
184+
run: docker compose exec php sh -c 'id && whoami'
185+
186+
- name: More Docker debug
187+
run: docker compose exec php sh -c 'cat /proc/1/status; echo; cat /proc/1/cmdline'
188+
183189
- name: Log running Docker containers
184190
run: docker ps -a
185191

0 commit comments

Comments
 (0)