We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0183342 commit 48cd093Copy full SHA for 48cd093
.github/workflows/ci.yml
@@ -54,11 +54,3 @@ jobs:
54
55
- name: Run test suite
56
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