Skip to content

Commit

Permalink
GH-184: ignore incompatible XML reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiszaher committed Jan 12, 2024
1 parent a27556b commit 5793be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
if: github.ref != 'refs/heads/master'
with:
check_name: Example Surefire Test Report
report_paths: '**/surefire-reports/*.xml, **/failsafe-reports/*.xml'
- uses: cclauss/GitHub-Action-for-pytest@0.5.0
with:
args: pytest --junit-xml=python/report.xml python/ || exit 0
Expand Down

0 comments on commit 5793be5

Please sign in to comment.