Skip to content

Commit b278bc7

Browse files
committed
save
1 parent c326db9 commit b278bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: EnricoMi/publish-unit-test-result-action@f355d34d53ad4e7f506f699478db2dd71da9de5f # v2.15.1
124124
if: ${{ runner.os == 'linux' && inputs.enable-unit-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
125125
with:
126-
check_name: 'Unit Test Results'
126+
check_name: 'Unit Test Results - ${{ runner.os }}'
127127
files: "junit.xml"
128128

129129
- name: Publish Unit Test Coverage Report

0 commit comments

Comments
 (0)