Skip to content

Commit

Permalink
[MINOR] Simplify the packaging and testing ci process for trino module (
Browse files Browse the repository at this point in the history
  • Loading branch information
xleoken authored May 21, 2024
1 parent a2753b6 commit e5e377d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/trino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5e377d

Please sign in to comment.