Skip to content

Commit 425fde1

Browse files
committed
Choose for more config options
1 parent 30f22ac commit 425fde1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/unit-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
run: pwd
4444
- name: Run gitlab script in altered form
4545
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
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
5353
- name: Publish Test Report
5454
uses: mikepenz/action-junit-report@v3
5555
if: always()

0 commit comments

Comments
 (0)