Browse Source

GA: Another attempt to get error logs

pull/8154/head
Aleksander Machniak 4 years ago
parent
commit
c27aab3098
  1. 8
      .github/workflows/tests.yml

8
.github/workflows/tests.yml

@ -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
Loading…
Cancel
Save