We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39264ac commit 7bf690dCopy full SHA for 7bf690d
1 file changed
.github/workflows/tests.yml
@@ -170,8 +170,8 @@ jobs:
170
tests/Browser/Screenshots
171
retention-days: 30
172
173
- - name: Debug server status
174
- if: failure()
+ - name: Show FrankenPHP logs
+ if: always()
175
run: |
176
- cat /tmp/wp-server.log || echo "No log file found"
177
- ps aux | grep php || true
+ echo "=== FrankenPHP logs ==="
+ docker logs frankenphp || echo "No logs found"
0 commit comments