File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ jobs:
42
42
name : PHP ${{ matrix.php }}
43
43
path : tests/test-results.xml
44
44
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
50
50
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
56
56
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
You can’t perform that action at this time.
0 commit comments