Skip to content

Commit

Permalink
fix: removed integration tests as there are no integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert authored Dec 11, 2024
1 parent ddbb898 commit 34f03ec
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@ jobs:
needs: authorize
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main
secrets: inherit

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
Expand Down

0 comments on commit 34f03ec

Please sign in to comment.