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 02fa167 commit b17dacb
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,6 @@ jobs:
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main
secrets: inherit

integration-test:
needs: authorize
name: Test Harness for Teradata ${{ matrix.teradata }}
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
teradata: [ "" ]

steps:
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'

- name: Build Cache
uses: actions/[email protected]
with:
key: build-${{ github.run_number }}-${{ github.run_attempt }}
path: |
**/target/**
~/.m2/repository/org/liquibase/
- name: Run Tests
run: mvn -B jacoco:prepare-agent surefire:test -Dteradata.version=${{ matrix.teradata }}

- name: Archive Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: test-reports-teradata-${{ matrix.teradata }}
path: |
**/target/surefire-reports
**/target/jacoco.exec
dependabot-automerge:
needs: build-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
Expand Down

0 comments on commit b17dacb

Please sign in to comment.