Skip to content

Commit

Permalink
Update c-cpp.yml (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius authored Jan 2, 2025
1 parent a1679fa commit dc11ecb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
if: always()
run: |
type build\Testing\Temporary\LastTest.log
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action/windows@v2
if: always()
with:
files: build\tests\*.xml
check_name: Unit Test Results (Windows)

macos-build:
permissions:
Expand All @@ -120,3 +126,9 @@ jobs:
run: |
cd build
ctest -C Debug
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action/macos@v2
if: always()
with:
files: build/tests/*.xml
check_name: Unit Test Results (MacOS)

0 comments on commit dc11ecb

Please sign in to comment.