added new step in test runner to show all errors from logs

This commit is contained in:
pushrbx 2024-01-31 19:19:20 +00:00
parent fc512821b6
commit b33ce14589

View File

@ -115,6 +115,10 @@ jobs:
run: ./vendor/bin/phpunit --coverage-clover coverage.xml
- name: Show logs after test failure
if: failure()
run: find ./storage/logs/daily/*.log | head -n 1 | xargs cat
- name: Upload coverage reports
uses: codecov/codecov-action@v3
with: