Browse Source

CI: Logs

pull/9596/head
Aleksander Machniak 12 months ago
parent
commit
36e747bd47
  1. 6
      .github/workflows/tests.yml

6
.github/workflows/tests.yml

@ -56,9 +56,9 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit -c tests/phpunit.xml
- name: Upload error log
- name: Upload logs
if: failure()
uses: actions/upload-artifact@v4
with:
name: errors.log
path: log/errors.log
name: logs
path: logs/*
Loading…
Cancel
Save