Skip to content

Commit 7bf690d

Browse files
committed
wip
1 parent 39264ac commit 7bf690d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ jobs:
170170
tests/Browser/Screenshots
171171
retention-days: 30
172172

173-
- name: Debug server status
174-
if: failure()
173+
- name: Show FrankenPHP logs
174+
if: always()
175175
run: |
176-
cat /tmp/wp-server.log || echo "No log file found"
177-
ps aux | grep php || true
176+
echo "=== FrankenPHP logs ==="
177+
docker logs frankenphp || echo "No logs found"

0 commit comments

Comments
 (0)