We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e72ff commit 68db0e2Copy full SHA for 68db0e2
.github/workflows/ubuntu.yml
@@ -40,11 +40,11 @@ jobs:
40
name: pytest-results-${{ matrix.os }}
41
path: junit/test-results-${{ matrix.os }}.xml
42
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"
+ # - name: Publish test report to PR
+ # if: always()
+ # uses: dorny/test-reporter@v1
+ # with:
+ # name: PyTorch Unit Tests (${{ matrix.os }})
+ # path: junit/test-results-${{ matrix.os }}.xml
+ # reporter: java-junit
+ # fail-on-error: "false"
0 commit comments