Skip to content

Commit 837c643

Browse files
committed
test
1 parent ef3e6e9 commit 837c643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)