Skip to content

Commit 44559c5

Browse files
committed
disable publish test results
1 parent 4eedea3 commit 44559c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-linux.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
${{runner.workspace}}/ext-openswoole/ci/route.sh
3636
env:
3737
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
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
4444

4545
# publish-test-results:
4646
# name: "Publish PHP Unit Tests Results"

0 commit comments

Comments
 (0)