File tree 1 file changed +0
-40
lines changed
1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 21
21
uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@main
22
22
secrets : inherit
23
23
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
-
64
24
dependabot-automerge :
65
25
needs : build-test
66
26
uses : liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
You can’t perform that action at this time.
0 commit comments