Skip to content

Commit

Permalink
Record junit logs only once
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jan 3, 2025
1 parent 97171a2 commit ab40ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: vendor/bin/phpunit --log-junit=test-results.xml

- name: Upload Test Results
if: matrix.php == 8.4 && matrix.setup == 'stable'
uses: actions/upload-artifact@v4
with:
name: "${{ matrix.php-version }}-phpunit-results"
Expand Down

0 comments on commit ab40ae6

Please sign in to comment.