Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 8, 2024
1 parent c41aaed commit 61cbdfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ !cancelled() }}
with:
check-name: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
comment_mode: changes in failures
check_name: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
files: unit-tests-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}.xml
- name: Get SQL logs
run: docker logs "${{ job.services.sqlserver.id }}"
Expand Down

0 comments on commit 61cbdfa

Please sign in to comment.