Skip to content

Commit 68db0e2

Browse files
author
pfeatherstone
committed
disable test-reporter
1 parent 39e72ff commit 68db0e2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ubuntu.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
name: pytest-results-${{ matrix.os }}
4141
path: junit/test-results-${{ matrix.os }}.xml
4242

43-
- name: Publish test report to PR
44-
if: always()
45-
uses: dorny/test-reporter@v1
46-
with:
47-
name: PyTorch Unit Tests (${{ matrix.os }})
48-
path: junit/test-results-${{ matrix.os }}.xml
49-
reporter: java-junit
50-
fail-on-error: "false"
43+
# - name: Publish test report to PR
44+
# if: always()
45+
# uses: dorny/test-reporter@v1
46+
# with:
47+
# name: PyTorch Unit Tests (${{ matrix.os }})
48+
# path: junit/test-results-${{ matrix.os }}.xml
49+
# reporter: java-junit
50+
# fail-on-error: "false"

0 commit comments

Comments
 (0)