We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eedea3 commit 44559c5Copy full SHA for 44559c5
.github/workflows/test-linux.yml
@@ -35,12 +35,12 @@ jobs:
35
${{runner.workspace}}/ext-openswoole/ci/route.sh
36
env:
37
PHP_VERSION: "${{ matrix.php }}"
38
- - name: Upload Unit Test Results
39
- if: always()
40
- uses: actions/upload-artifact@v4
41
- with:
42
- name: PHP ${{ matrix.php }}
43
- path: tests/test-results.xml
+ # - name: Upload Unit Test Results
+ # if: always()
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: PHP ${{ matrix.php }}
+ # path: tests/test-results.xml
44
45
# publish-test-results:
46
# name: "Publish PHP Unit Tests Results"
0 commit comments