We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cb5d7 commit 4564820Copy full SHA for 4564820
.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: Test Report
+ uses: dorny/test-reporter@v2
+ if: ${{ always() }}
+ with:
+ name: PyTorch Unit Tests (${{ matrix.os }})
+ path: junit/test-results-${{ matrix.os }}.xml
+ reporter: jest-junit
+ fail-on-error: "false"
0 commit comments