Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobiqua authored Dec 12, 2024
1 parent b629556 commit 9defe1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build and Run Tests
- name: Build and Run Tests with JUnit Report
run: |
mkdir build
cd build
Expand All @@ -35,3 +35,4 @@ jobs:
name: GTest Results
path: build/gtest-report.xml
reporter: junit
fail_on_error: false

0 comments on commit 9defe1c

Please sign in to comment.