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 731e4e4 commit bf850c1Copy full SHA for bf850c1
.github/workflows/master.yaml
@@ -35,3 +35,11 @@ jobs:
35
with:
36
name: pytest-xml
37
path: tests/artifacts/pytest.xml
38
+
39
+ - name: Post Test Report
40
+ uses: dorny/test-reporter@v1
41
+ with:
42
+ name: pytest
43
+ path: tests/artifacts/pytest.xml
44
+ reporter: java-junit
45
+ fail-on-error: false
.github/workflows/test.yaml
@@ -43,10 +43,3 @@ jobs:
reporter: java-junit
fail-on-error: false
46
-
47
- - name: Upload pytest.xml
48
- if: github.ref == 'refs/heads/master'
49
- uses: actions/upload-artifact@v2
50
- with:
51
- name: pytest-xml
52
- path: tests/artifacts/pytest.xml
0 commit comments