Skip to content

Commit

Permalink
Reproduce droid CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 2, 2023
1 parent 35826e3 commit 371e6cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 371e6cf

Please sign in to comment.