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 c41aaed commit 61cbdfaCopy full SHA for 61cbdfa
.github/workflows/unit-tests.yml
@@ -60,7 +60,8 @@ jobs:
60
uses: EnricoMi/publish-unit-test-result-action@v2
61
if: ${{ !cancelled() }}
62
with:
63
- check-name: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
+ comment_mode: changes in failures
64
+ check_name: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
65
files: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
66
- name: Get SQL logs
67
run: docker logs "${{ job.services.sqlserver.id }}"
0 commit comments