Skip to content

Commit

Permalink
. e added test report to github action
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
Co-Authored-By: asegrt <[email protected]>
  • Loading branch information
3 people committed Nov 4, 2024
1 parent a2b1bf3 commit f29932a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
./set_formatting_off.sh
./build_and_test.sh
shell: bash
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/*.xml'
auto-merge:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit f29932a

Please sign in to comment.