Skip to content

Commit dfbc46b

Browse files
committed
minor #15247 Show logs from php-builder (Nyholm)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Show logs from php-builder This will be a super good addition if you want to see any errors from the php builder Commits ------- 31a1513 Show logs from php-builder
2 parents add69ed + 31a1513 commit dfbc46b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
working-directory: _build
7474
run: php build.php -vvv
7575

76+
- name: Show log file
77+
if: ${{ always() }}
78+
run: cat _build/logs.txt || true
79+
7680
doctor-rst:
7781
name: Lint (DOCtor-RST)
7882

0 commit comments

Comments
 (0)