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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c0cd39774 [ci] Build first for 'UTCase and ITCase Others' (#5636)
1c0cd39774 is described below

commit 1c0cd39774c8efa66c3b54b54d86d84a406ae86d
Author: Jingsong Lee <[email protected]>
AuthorDate: Tue May 20 17:13:54 2025 +0800

    [ci] Build first for 'UTCase and ITCase Others' (#5636)
---
 .github/workflows/utitcase.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/utitcase.yml b/.github/workflows/utitcase.yml
index 08d6edaf41..012e6a68c8 100644
--- a/.github/workflows/utitcase.yml
+++ b/.github/workflows/utitcase.yml
@@ -46,7 +46,12 @@ jobs:
           java-version: ${{ env.JDK_VERSION }}
           distribution: 'temurin'
 
-      - name: Build And Test Others
+      - name: Build Others
+        run: |
+          echo "Start compiling modules"
+          mvn -T 2C -B clean install -DskipTests -Pflink1,spark3
+
+      - name: Test Others
         timeout-minutes: 60
         run: |
           . .github/workflows/utils.sh

Reply via email to