From 34f03ecdfd55dcb882189c3eb2a9e124b1b518cb Mon Sep 17 00:00:00 2001 From: filipe Date: Wed, 11 Dec 2024 10:47:40 -0300 Subject: [PATCH] fix: removed integration tests as there are no integration tests --- .github/workflows/test.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 098a017..6cc6522 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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