Skip to content

Commit

Permalink
Merge pull request #182 from liquibase/filipelautert-patch-1
Browse files Browse the repository at this point in the history
fix: removed integration tests as there are no integration tests
  • Loading branch information
filipelautert authored Dec 11, 2024
2 parents a662dc7 + a31c769 commit 6e3be85
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,7 @@ jobs:
with:
os: '["ubuntu-latest"]'
extraCommand: mvn install:install-file -Dfile=lib/vertica-jdbc-7.1.0-0.jar -DgroupId=vertica-jdbc -DartifactId=com.vertica -Dversion=7.1.0 -Dpackaging=jar

integration-tests:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
needs: build-test
strategy:
matrix:
java: [11, 17, 21]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
- name: Test With Maven
run: mvn clean verify --file pom.xml


dependabot:
needs: build-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
Expand Down

0 comments on commit 6e3be85

Please sign in to comment.