Skip to content

Commit

Permalink
pytest report
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Aug 7, 2024
1 parent 1492c83 commit b558881
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,12 @@ jobs:
with:
report_paths: '*-junit.xml'
detailed_summary: true

# Python Test Report
- name: Python Test Report
if: always()
uses: pmeier/pytest-results-action@main
with:
summary: true
display-options: a
title: Python Test Report

0 comments on commit b558881

Please sign in to comment.