Skip to content

Commit

Permalink
CI: Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Aug 4, 2024
1 parent 1e503c7 commit 36e747b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 36e747b

Please sign in to comment.