Skip to content

Commit

Permalink
feat: remove integration tests settings that are not used
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Dec 10, 2024
1 parent a791d11 commit 855058d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +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:
Expand Down

0 comments on commit 855058d

Please sign in to comment.