Skip to content

Commit

Permalink
. e Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Nov 24, 2024
1 parent 62d8d2c commit 19d4d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
if: always()
with:
report_paths: '**/build/test-reports/*.xml'
detailed_summary: true
Expand Down

0 comments on commit 19d4d3b

Please sign in to comment.