Skip to content

Commit

Permalink
(try to) simplify test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Mar 3, 2024
1 parent f7fd8b0 commit cd7becc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,8 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}} --output-junit test-report.xml

- name: Publish test report
if: ${{ !cancelled() }}
uses: ./.github/actions/publish-test-report
if: success() || failure()
with:
report-name: oc8
report-path: build/test-report.xml

- name: "Upload Unit Test Reports"
if: ${{ !cancelled() }}
uses: ./.github/actions/upload-test-report
with:
report-name: ${{ env.REPORT_NAME }}
name: CTest Tests
path: ./build/test-report.xml
reporter: jest-junit

0 comments on commit cd7becc

Please sign in to comment.