mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
added new step in test runner to show all errors from logs
This commit is contained in:
parent
fc512821b6
commit
b33ce14589
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user