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 9f4ef61 commit d48a870Copy full SHA for d48a870
.github/workflows/ci.yaml
@@ -36,10 +36,10 @@ jobs:
36
uses: actions/checkout@v2
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 \
+ run: >
+ 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