Skip to content

Commit

Permalink
CI: Update action-junit-report version
Browse files Browse the repository at this point in the history
  • Loading branch information
selimnairb committed Nov 8, 2024
1 parent b268faf commit 032d4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testreporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
BAG_SAMPLES_PATH=${{github.workspace}}/examples/sample-data ./build/tests/bag_tests_d -r junit -o build/tests/bag_tests-testreport.xml
- name: Test Reporter
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: './build/tests/*-testreport.xml'

Expand Down

0 comments on commit 032d4a8

Please sign in to comment.