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 8398a1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
- master # Only run when PR is raised for master

permissions:
pull-requests: write # for writting comment for coverage
checks: write # for publishing test results
pull-requests: write # for writting comment for coverage & test result

# This ensures for a single PR one job is run in case of multiple runs
concurrency:
Expand Down Expand Up @@ -43,3 +44,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 8398a1c

Please sign in to comment.