Skip to content

Commit

Permalink
Changed unit tests XML report name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellicious authored Oct 28, 2024
1 parent e0d90c2 commit 28067cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build -j 10

- name: Test (output to XML)
run: CMOCKA_MESSAGE_OUTPUT=XML CMOCKA_XML_FILE=./%g.xml ctest --test-dir ${{github.workspace}}/build --output-on-failure -VV
run: CMOCKA_MESSAGE_OUTPUT=XML CMOCKA_XML_FILE=./%g.junit.xml ctest --test-dir ${{github.workspace}}/build --output-on-failure -VV

- name: Test (output to stdout)
run: CMOCKA_MESSAGE_OUTPUT=stdout ctest --test-dir ${{github.workspace}}/build --output-on-failure -VV
Expand All @@ -56,4 +56,4 @@ jobs:
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unitTests
flags: unitTests

0 comments on commit 28067cd

Please sign in to comment.