Skip to content

Commit 494de43

Browse files
authored
Update cmake-multi-platform.yml
1 parent 9defe1c commit 494de43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cmake-multi-platform.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ jobs:
2828
name: gtest-report
2929
path: build/gtest-report.xml
3030

31-
- name: Publish Test Results (Optional)
31+
- name: Publish Test Results
3232
uses: dorny/test-reporter@v1
3333
if: always()
3434
with:
3535
name: GTest Results
3636
path: build/gtest-report.xml
37-
reporter: junit
38-
fail_on_error: false
37+
fail-on-error: false

0 commit comments

Comments
 (0)