You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2023/10/01 08:15:50 UTC

[carbondata] branch master updated: Update maven.yml

This is an automated email from the ASF dual-hosted git repository.

chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f604fcf89 Update maven.yml
9f604fcf89 is described below

commit 9f604fcf898c90306d8094241f4406c2cb1c31c0
Author: Liang Chen <ch...@apache.org>
AuthorDate: Sun Oct 1 10:15:44 2023 +0200

    Update maven.yml
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5d06d693db..ae85d0040f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
         distribution: 'temurin'
         cache: maven
     - name: Build with Maven
-      run: mvn -B test --file pom.xml
+      run: mvn clean -Pbuild-with-format -Pspark-2.4 package --file pom.xml
 
     # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
     - name: Update dependency graph