File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 uses : actions/setup-java@v4
6363 with :
6464 java-version : ' 11'
65- distribution : ' zulu '
65+ distribution : ' temurin '
6666 - name : Build
6767 run : |
6868 mvn -T 1C -B clean install -DskipTests -Pjava11-target
7272 TEST_MODULES=$(./.github/workflows/stage.sh ${{ matrix.module }})
7373 echo "github ref: ${{ github.ref }}"
7474 echo "Start testing modules: $TEST_MODULES"
75- mvn -B verify $TEST_MODULES -Ptest-coverage -Ptest-${{ matrix.module }} -Dlog.dir=${{ runner.temp }}/fluss-logs -Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties
75+ mvn -B verify $TEST_MODULES -Ptest-coverage -Ptest-${{ matrix.module }} -Dlog.dir=${{ runner.temp }}/fluss-logs -Dlog4j.configurationFile=${{ github.workspace }}/tools/ci/log4j.properties -Pjava11-target
7676 env :
7777 MAVEN_OPTS : -Xmx4096m
7878 ARTIFACTS_OSS_ENDPOINT : ${{ secrets.ARTIFACTS_OSS_ENDPOINT }}
You can’t perform that action at this time.
0 commit comments