We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a5dfc commit e499ab4Copy full SHA for e499ab4
1 file changed
.github/workflows/reusable-phpunit-tests-v3.yml
@@ -180,6 +180,12 @@ jobs:
180
run: |
181
npm run env:start
182
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
189
- name: Log running Docker containers
190
run: docker ps -a
191
0 commit comments