Skip to content

Commit d48a870

Browse files
committed
fix
1 parent 9f4ef61 commit d48a870

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
uses: actions/checkout@v2
3737
- name: Test
3838
timeout-minutes: 60
39-
run: |
40-
mvn -B verify -Ptest-coverage \
41-
-Dlog.dir=${{ runner.temp }}/fluss-logs \
42-
-Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties \
39+
run: >
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)