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 1629da2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

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

<properties>
<revision>${version.trino}</revision>
<version.trino>433</version.trino>
<version.iris>3.7.1</version.iris>
<version.testng>6.10</version.testng>
Expand Down

0 comments on commit 1629da2

Please sign in to comment.