Skip to content

Commit

Permalink
Test a different unit test result publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Feb 10, 2024
1 parent 02df2bb commit b67b228
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,19 @@ jobs:
arguments: test -Dtest.java.version=11

- name: Publish Test Report
if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master'
if: always()
uses: mikepenz/action-junit-report@v4
with:
report_paths: '**/build/test-results/*/TEST-*.xml'
check_name: OpenJDK 11 Test Report

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
**/build/test-results/*/TEST-*.xml
testzulu11:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'zulu')
Expand Down

0 comments on commit b67b228

Please sign in to comment.