Remove test report upload (#515)

This commit is contained in:
Jake Wharton
2024-11-04 06:08:35 -08:00
committed by GitHub
parent 9895e34413
commit f2bca28e18

View File

@ -70,13 +70,6 @@ jobs:
- run: ./gradlew jvmTest ${{ matrix.platform-test }}
- uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: ${{ matrix.os }} Tests
path: '**/build/test-results/**/TEST-*.xml'
reporter: java-junit
binaries:
runs-on: macos-15
needs: