From 371e6cf8f683c041da0f37d57dc9b8a11b143b2d Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Mon, 2 Oct 2023 12:46:16 +0200 Subject: [PATCH] Reproduce droid CI environment --- .github/workflows/ci-build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8c09f7d9..0922279f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -40,9 +40,9 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: | - 17 - 11 + java-version: 11 #| +# 17 +# 11 cache: "maven" - name: Cache SonarCloud packages uses: actions/cache@v3 @@ -73,7 +73,8 @@ jobs: run: mvn --batch-mode clean compile test-compile scalastyle:check scalafix:scalafix - name: Run tests and build with Maven run: | - JAVA_HOME=$JAVA_HOME_11_X64 mvn --batch-mode clean verify \ +# JAVA_HOME=$JAVA_HOME_11_X64 + mvn --batch-mode clean verify --file pom.xml \ -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \ -DtrimStackTrace=false \ -Dcom.exasol.dockerdb.image=${{ matrix.exasol-docker-version }}