Skip to content

Commit ab40ae6

Browse files
committed
Record junit logs only once
1 parent 97171a2 commit ab40ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: vendor/bin/phpunit --log-junit=test-results.xml
6363

6464
- name: Upload Test Results
65+
if: matrix.php == 8.4 && matrix.setup == 'stable'
6566
uses: actions/upload-artifact@v4
6667
with:
6768
name: "${{ matrix.php-version }}-phpunit-results"

0 commit comments

Comments
 (0)