1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Update test report names (#7718)

* Update test names

* Update build.yml
This commit is contained in:
Yuri Schimke
2023-02-18 15:53:33 +00:00
committed by GitHub
parent b1a0a82c9e
commit ee1ba4656d

View File

@@ -97,6 +97,7 @@ jobs:
uses: mikepenz/action-junit-report@v3
with:
report_paths: '**/build/test-results/*/TEST-*.xml'
check_name: OpenJDK 11 Test Report
testjs:
permissions:
@@ -125,6 +126,7 @@ jobs:
uses: mikepenz/action-junit-report@v3
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
check_name: JS Test Report
testzulu11:
runs-on: ubuntu-latest