Skip to content

Commit 37ab2bf

Browse files
Merge pull request #162 from liquibase/filipelautert-patch-2
fix: removed integration tests as there are no integration tests
2 parents 02fa167 + b17dacb commit 37ab2bf

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/test.yml

-40
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,6 @@ jobs:
2121
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main
2222
secrets: inherit
2323

24-
integration-test:
25-
needs: authorize
26-
name: Test Harness for Teradata ${{ matrix.teradata }}
27-
runs-on: ubuntu-latest
28-
29-
strategy:
30-
fail-fast: false
31-
matrix:
32-
teradata: [ "" ]
33-
34-
steps:
35-
- uses: actions/checkout@v4
36-
37-
- name: Set up JDK
38-
uses: actions/setup-java@v4
39-
with:
40-
java-version: 17
41-
distribution: 'temurin'
42-
cache: 'maven'
43-
44-
- name: Build Cache
45-
uses: actions/cache@v4.2.0
46-
with:
47-
key: build-${{ github.run_number }}-${{ github.run_attempt }}
48-
path: |
49-
**/target/**
50-
~/.m2/repository/org/liquibase/
51-
52-
- name: Run Tests
53-
run: mvn -B jacoco:prepare-agent surefire:test -Dteradata.version=${{ matrix.teradata }}
54-
55-
- name: Archive Test Results
56-
if: ${{ always() }}
57-
uses: actions/upload-artifact@v4
58-
with:
59-
name: test-reports-teradata-${{ matrix.teradata }}
60-
path: |
61-
**/target/surefire-reports
62-
**/target/jacoco.exec
63-
6424
dependabot-automerge:
6525
needs: build-test
6626
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main

0 commit comments

Comments
 (0)