tmp: add debug logs

pull/9069/head
Luciano Righetti 2023-05-10 16:53:41 +02:00
parent a7f4f0edbf
commit dd1424cc50
1 changed files with 4 additions and 0 deletions

View File

@ -53,3 +53,7 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit --configuration phpunit.xml.dist
- name: debug cli error log
if: always()
run: tail -n 1000 logs/cli-error.log