We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb5266 commit e4bcf22Copy full SHA for e4bcf22
1 file changed
.github/workflows/ci.yaml
@@ -179,12 +179,12 @@ jobs:
179
-Dflatten.skip=true \
180
-Danimal.sniffer.skip=true \
181
-Dmaven.wagon.http.retryHandler.count=5 \
182
- --also-make \
183
-T 1C
184
env:
185
BUILD_SUBDIR: ${{matrix.package}}
186
JOB_TYPE: test
187
JOB_NAME: units-8-runtime-${{matrix.java}}
+ working-directory: ${{matrix.package}}
188
windows:
189
runs-on: windows-latest
190
steps:
0 commit comments