This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new e5e377d75 [MINOR] Simplify the packaging and testing ci process for
trino module (#2850)
e5e377d75 is described below
commit e5e377d75190005152f671fb67d21d2991e0204a
Author: xleoken <[email protected]>
AuthorDate: Tue May 21 11:21:12 2024 +0800
[MINOR] Simplify the packaging and testing ci process for trino module
(#2850)
---
.github/workflows/trino-ci.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/trino-ci.yml b/.github/workflows/trino-ci.yml
index 4d799b2be..f97f1a9d6 100644
--- a/.github/workflows/trino-ci.yml
+++ b/.github/workflows/trino-ci.yml
@@ -40,11 +40,8 @@ jobs:
- name: Validate checkstyle first
run: mvn validate -P trino-spotless
- - name: Install dependency with Maven
- run: mvn clean install -DskipTests -pl
'amoro-ams/amoro-ams-api,amoro-core,amoro-mixed-format/amoro-mixed-format-hive'
-Dhadoop=v2 -am -B -P trino-spotless
-
- - name: Build with Maven
- run: mvn clean test -pl 'amoro-mixed-format/amoro-mixed-format-trino'
-B -ntp -Dhadoop=v2 -P trino-spotless
+ - name: Build trino module with Maven
+ run: mvn clean install -pl
'amoro-mixed-format/amoro-mixed-format-trino' -Dhadoop=v2 -am -B -P
trino-spotless
- name: Code coverage
uses: codecov/codecov-action@v3