Skip to content

Commit d177383

Browse files
committed
add(pythonindia#751): publish test results
1 parent fbc3287 commit d177383

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ jobs:
4343
with:
4444
recreate: true
4545
path: code-coverage-results.md
46+
- name: Publish Test Results
47+
uses: EnricoMi/publish-unit-test-result-action@v2
48+
if: always()
49+
with:
50+
files: |
51+
./temp/testresults/test-results.xml

0 commit comments

Comments
 (0)