Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miho authored Nov 2, 2021
1 parent d01ccf9 commit d807aa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
name: Unit Test Results (build-ubuntu-jdk11)
files: subprojects/executor/build/test-results/**/*.xml
- name: upload test results
uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -65,12 +66,13 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action/composite@v1
if: always()
with:
name: Unit Test Results (build-windows-jdk17)
files: subprojects/executor/build/test-results/**/*.xml
- name: upload test results
uses: actions/upload-artifact@v1
if: ${{ always() }}
with:
name: Test Results (build-windows-jdk14)
name: Test Results (build-windows-jdk17)
path: subprojects/executor/build/reports

build-macos-jdk17:
Expand All @@ -96,6 +98,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action/composite@v1
if: always()
with:
name: Unit Test Results (build-macos-jdk17)
files: subprojects/executor/build/test-results/**/*.xml
- name: upload test results
uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -128,6 +131,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action/composite@v1
if: always()
with:
name: Unit Test Results (build-macos-jdk11)
files: subprojects/executor/build/test-results/**/*.xml
- name: upload test results
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit d807aa1

Please sign in to comment.