Skip to content

Commit 7a62688

Browse files
authored
Update python-app.yml
1 parent d7b73fa commit 7a62688

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ jobs:
3434
- name: Test with unittest
3535
run: |
3636
pytest
37+
- name: Upload Unit Test Results
38+
if: always()
39+
with:
40+
files: test-results/**/*.xml

0 commit comments

Comments
 (0)