mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-02 21:40:06 +08:00
Remove test report upload (#515)
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -70,13 +70,6 @@ jobs:
|
|||||||
|
|
||||||
- run: ./gradlew jvmTest ${{ matrix.platform-test }}
|
- 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:
|
binaries:
|
||||||
runs-on: macos-15
|
runs-on: macos-15
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user