Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Dec 11, 2023
1 parent d022e80 commit d9a6643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: mvn --batch-mode clean compile test-compile scalastyle:check scalafix:scalafix spotless:check
- name: Build extension
run: |
mvn package -DskipTests
cd extension
npm ci
npm run build
Expand All @@ -72,7 +73,7 @@ jobs:
- name: Run tests and build with Maven
run: >
JAVA_HOME=$JAVA_HOME_11_X64
mvn --batch-mode clean verify
mvn --batch-mode verify
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
-DtrimStackTrace=false
-Dcom.exasol.dockerdb.image=${{ matrix.exasol_db_version }}
Expand Down

0 comments on commit d9a6643

Please sign in to comment.