Skip to content

Commit 9defe1c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Build and Run Tests
17+
- name: Build and Run Tests with JUnit Report
1818
run: |
1919
mkdir build
2020
cd build
@@ -35,3 +35,4 @@ jobs:
3535
name: GTest Results
3636
path: build/gtest-report.xml
3737
reporter: junit
38+
fail_on_error: false

0 commit comments

Comments
 (0)