Skip to content

Commit

Permalink
updated ci with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 12, 2023
1 parent f3f3558 commit 3b31607
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ jobs:
./mvnw versions:set-property -Dproperty=version.trino -DnewVersion=${VERSION:0:3}
./mvnw versions:set-property -Dproperty=revision -DnewVersion=${VERSION}
cat pom.xml
- name: Run Tests
continue-on-error: true
run: ./mvnw test
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/action-surefire-report@v1
- name: Build with Maven
run: ./mvnw -DskipTests package
# - name: Publish Test Report
# if: ${{ always() }}
# uses: scacap/action-surefire-report@v1
- name: Update Release
uses: softprops/action-gh-release@v1
with:
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@

<groupId>com.caretdev</groupId>
<artifactId>trino-iris</artifactId>
<version>${version.trino}</version>
<version>${revision}</version>
<packaging>jar</packaging>

<properties>
<version.trino>433</version.trino>
<revision>${version.trino}</revision>
<version.trino>43</version.trino>
<version.iris>3.7.1</version.iris>
<version.testng>6.10</version.testng>
<version.assertj-core>3.24.2</version.assertj-core>
Expand Down

0 comments on commit 3b31607

Please sign in to comment.