Skip to content

Commit 61cbdfa

Browse files
committed
Fixup
1 parent c41aaed commit 61cbdfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
uses: EnricoMi/publish-unit-test-result-action@v2
6161
if: ${{ !cancelled() }}
6262
with:
63-
check-name: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
63+
comment_mode: changes in failures
64+
check_name: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
6465
files: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
6566
- name: Get SQL logs
6667
run: docker logs "${{ job.services.sqlserver.id }}"

0 commit comments

Comments
 (0)