Skip to content

Commit 85a7099

Browse files
committed
minor up
1 parent dde7484 commit 85a7099

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
artifacts_to_download: "unit-test-reports-*"
6666
key: "jacoco-coverage-report"
6767

68-
run-unit-tests:
68+
run-unit-tests-all-jdk:
6969
needs: reporting-unit-test-failures
70-
name: "unit tests"
70+
name: "unit tests(all jdk)"
7171
if: !cancelled() && ( contains( github.event.pull_request.labels.*.name, 'tests:all-jdk') || github.event_name == 'push' )
7272
strategy:
7373
matrix:
@@ -77,5 +77,4 @@ jobs:
7777
with:
7878
script: .github/scripts/run-unit-tests.sh -Dtest='${{ matrix.pattern }}' -fae
7979
jdk: ${{ matrix.jdk }}
80-
artifact_prefix: "unit-test-reports"
81-
key: ${{ matrix.pattern }}
80+
key: "${{matrix.jdk}}:${{ matrix.pattern }}"

0 commit comments

Comments
 (0)