Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4eedea3

Browse files
committedDec 30, 2024·
disable publish test results
1 parent 1b661ed commit 4eedea3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
 

‎.github/workflows/test-linux.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ jobs:
4242
name: PHP ${{ matrix.php }}
4343
path: tests/test-results.xml
4444

45-
publish-test-results:
46-
name: "Publish PHP Unit Tests Results"
47-
needs: test-linux
48-
runs-on: ubuntu-latest
49-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
45+
# publish-test-results:
46+
# name: "Publish PHP Unit Tests Results"
47+
# needs: test-linux
48+
# runs-on: ubuntu-latest
49+
# if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
5050

51-
steps:
52-
- name: Download Artifacts
53-
uses: actions/download-artifact@v4
54-
with:
55-
path: artifacts
51+
# steps:
52+
# - name: Download Artifacts
53+
# uses: actions/download-artifact@v4
54+
# with:
55+
# path: artifacts
5656

57-
- name: Publish PHP Test Results
58-
uses: EnricoMi/publish-unit-test-result-action@v1
59-
with:
60-
check_name: PHP Test Results
61-
files: artifacts/**/*.xml
57+
# - name: Publish PHP Test Results
58+
# uses: EnricoMi/publish-unit-test-result-action@v1
59+
# with:
60+
# check_name: PHP Test Results
61+
# files: artifacts/**/*.xml

0 commit comments

Comments
 (0)
Please sign in to comment.