Skip to content

Commit 3072a61

Browse files
committed
fix the new job
1 parent 1bac100 commit 3072a61

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148

149149
Coverage:
150150
name: Coverage Report
151-
timeout-minutes: 60
152151
needs:
153152
- Build
154153
- Matrix
@@ -161,8 +160,8 @@ jobs:
161160
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
162161
with:
163162
java: 17
164-
archive-name: "${{matrix.mongo}}-${{matrix.driver}}-${{matrix.java}}-${{github.run_id}}"
165-
maven-flags: "-e -Dmongodb=${{ fromJson(needs.Matrix.outputs.version_matrix)[0] }} -Ddriver.version=${{ fromJson(needs.Matrix.outputs.driver_latest)[0] }} -Dmorphia.mapper=${{ matrix.mapper }}"
163+
archive-name: "test-coverage-${{matrix.mapper}}-${{github.run_id}}"
164+
maven-flags: "-e -Dmongodb=${{ fromJson(needs.Matrix.outputs.version_matrix)[0] }} -Ddriver.version=${{ fromJson(needs.Matrix.outputs.driver_latest)[0] }} -Dmorphia.mapper=${{ matrix.mapper }} -Pcoverage"
166165

167166
Release:
168167
needs:

0 commit comments

Comments
 (0)