Skip to content

Commit bf850c1

Browse files
Test report on master
1 parent 731e4e4 commit bf850c1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/master.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ jobs:
3535
with:
3636
name: pytest-xml
3737
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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,3 @@ jobs:
4343
path: tests/artifacts/pytest.xml
4444
reporter: java-junit
4545
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

Comments
 (0)