@ -49,5 +49,9 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit -c tests/phpunit.xml
- name: Print errors
run: cat logs/errors.log
- name: Upload artifacts
uses: actions/upload-artifact@master
if: failure()
with:
name: Logs
path: logs/errors.log