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 30f22ac commit 425fde1Copy full SHA for 425fde1
.github/workflows/unit-tests.yml
@@ -43,13 +43,13 @@ jobs:
43
run: pwd
44
- name: Run gitlab script in altered form
45
run: .github/jobs/unit-tests.sh "${{ matrix.phpversion }}" "${{ matrix.testtype }}"
46
- #- name: Publish Test Results
47
- # uses: EnricoMi/publish-unit-test-result-action@v2
48
- # if: always()
49
- # with:
50
- # comment_mode: off
51
- # files: |
52
- # unit-tests.xml
+ - name: Publish Test Results
+ uses: EnricoMi/publish-unit-test-result-action@v2
+ if: always()
+ with:
+ comment_mode: off
+ files: |
+ unit-tests.xml
53
- name: Publish Test Report
54
uses: mikepenz/action-junit-report@v3
55
if: always()
0 commit comments