Skip to content

Commit

Permalink
Add results summary step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Oct 7, 2024
1 parent 72d539d commit 42231f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,13 @@ jobs:
exit 1
fi
- name: parse results
if: always()
#uses: pmeier/pytest-results-action@8104ed7b3d3ba4bb0d550e406fc26aa756630fcc
uses: andrewmogan/pytest-results-action@1158583ebac3346e36d76969902bc1fa7b925270
with:
path: ${{ github.env.TEST_DIR }}/*_test_results.xml
summary: true
display-options: fEX
fail-on-empty: true

0 comments on commit 42231f8

Please sign in to comment.