Skip to content

Commit dac9381

Browse files
committed
Fixed inconsistent naming for test results in workflow.
1 parent 1efa3e4 commit dac9381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Publish test results
156156
uses: EnricoMi/publish-unit-test-result-action/macos@v2
157157
with:
158-
check_name: Mac (${{ matrix.lib_type }} Release)
158+
check_name: Tests (Mac ${{ matrix.lib_type }} Release)
159159
junit_files: "${{ env.test_results_location }}/*.xml"
160160
Windows:
161161
runs-on: windows-latest

0 commit comments

Comments
 (0)