We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b73fa commit 7a62688Copy full SHA for 7a62688
.github/workflows/python-app.yml
@@ -34,3 +34,7 @@ jobs:
34
- name: Test with unittest
35
run: |
36
pytest
37
+ - name: Upload Unit Test Results
38
+ if: always()
39
+ with:
40
+ files: test-results/**/*.xml
0 commit comments