Skip to content

Commit

Permalink
add(pythonindia#751): publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
indiVar0508 committed Jul 2, 2023
1 parent fbc3287 commit d177383
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
with:
recreate: true
path: code-coverage-results.md
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
./temp/testresults/test-results.xml

0 comments on commit d177383

Please sign in to comment.