We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdbc00 commit 9f4ef61Copy full SHA for 9f4ef61
.github/workflows/ci.yaml
@@ -37,9 +37,9 @@ jobs:
37
- name: Test
38
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
+ mvn -B verify -Ptest-coverage \
+ -Dlog.dir=${{ runner.temp }}/fluss-logs \
+ -Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties \
43
|| true
44
env:
45
MAVEN_OPTS: -Xmx4096m
0 commit comments