Skip to content

Commit 48cd093

Browse files
committed
Remove test report
1 parent 0183342 commit 48cd093

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,3 @@ jobs:
5454
5555
- name: Run test suite
5656
run: sh xp-run xp.test.Runner -r Dots -r JSON,test-results-${{ matrix.php-versions }}-${{ matrix.os }}.json src/test/php
57-
58-
- name: Test Report
59-
uses: actions/upload-artifact@v4
60-
if: success() || failure()
61-
with:
62-
name: test-results
63-
path: test-results-*.json
64-
retention-days: 1

0 commit comments

Comments
 (0)