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 1efa3e4 commit dac9381Copy full SHA for dac9381
.github/workflows/main.yml
@@ -155,7 +155,7 @@ jobs:
155
- name: Publish test results
156
uses: EnricoMi/publish-unit-test-result-action/macos@v2
157
with:
158
- check_name: Mac (${{ matrix.lib_type }} Release)
+ check_name: Tests (Mac ${{ matrix.lib_type }} Release)
159
junit_files: "${{ env.test_results_location }}/*.xml"
160
Windows:
161
runs-on: windows-latest
0 commit comments