Skip to content

Commit e4bcf22

Browse files
committed
fix running directory for split units 8
1 parent dcb5266 commit e4bcf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ jobs:
179179
-Dflatten.skip=true \
180180
-Danimal.sniffer.skip=true \
181181
-Dmaven.wagon.http.retryHandler.count=5 \
182-
--also-make \
183182
-T 1C
184183
env:
185184
BUILD_SUBDIR: ${{matrix.package}}
186185
JOB_TYPE: test
187186
JOB_NAME: units-8-runtime-${{matrix.java}}
187+
working-directory: ${{matrix.package}}
188188
windows:
189189
runs-on: windows-latest
190190
steps:

0 commit comments

Comments
 (0)