From d2340cb95b71df8091e0f0ba5766b78d716b3ad1 Mon Sep 17 00:00:00 2001 From: filipe Date: Mon, 9 Dec 2024 21:00:31 +0000 Subject: [PATCH] fix: remove integration tests section 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 de9c750..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: [8, 11, 17] - 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