We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3369b58 commit 38ac14cCopy full SHA for 38ac14c
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- run: true
16
17
- build:
+ build-test:
18
needs: authorize
19
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.8
20
secrets: inherit
@@ -25,7 +25,7 @@ jobs:
25
integration-tests:
26
name: Java ${{ matrix.java }}
27
runs-on: ubuntu-latest
28
- needs: build
+ needs: build-test
29
strategy:
30
matrix:
31
java: [11, 17, 21]
@@ -40,6 +40,6 @@ jobs:
40
run: mvn clean verify --file pom.xml
41
42
dependabot:
43
44
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.8
45
0 commit comments