diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 07fab7f5..7f60bcac 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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