Skip to content

Commit 9f4ef61

Browse files
committed
fix
1 parent ffdbc00 commit 9f4ef61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Test
3838
timeout-minutes: 60
3939
run: |
40-
mvn -B verify -Ptest-coverage
41-
-Dlog.dir=${{ runner.temp }}/fluss-logs
42-
-Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties
40+
mvn -B verify -Ptest-coverage \
41+
-Dlog.dir=${{ runner.temp }}/fluss-logs \
42+
-Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties \
4343
|| true
4444
env:
4545
MAVEN_OPTS: -Xmx4096m

0 commit comments

Comments
 (0)