Skip to content

Commit

Permalink
fixup! #3: [MERGE] use test report
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Feb 5, 2021
1 parent 9eab319 commit af83f17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
run: |
poetry run pytest tests --junit-xml=build/test-results/pytest-main.xml
- name: Publish Test Report
# TODO always run, even on fail
# uses: mikepenz/action-junit-report@v2.1.1 # Pinned to SHA hash
uses: mikepenz/action-junit-report@19609e8248238344e55b66f5b9c29b33a37f8a47
with:
report_paths: '**/build/test-results/*.xml'
check_name: Test Report Py${{ matrix.python-version }}
fail_on_failure: true
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/*.xml'
require_tests: true

0 comments on commit af83f17

Please sign in to comment.