Skip to content

Commit 38ac14c

Browse files
authored
Update test.yml
1 parent 3369b58 commit 38ac14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- run: true
1616

17-
build:
17+
build-test:
1818
needs: authorize
1919
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.8
2020
secrets: inherit
@@ -25,7 +25,7 @@ jobs:
2525
integration-tests:
2626
name: Java ${{ matrix.java }}
2727
runs-on: ubuntu-latest
28-
needs: build
28+
needs: build-test
2929
strategy:
3030
matrix:
3131
java: [11, 17, 21]
@@ -40,6 +40,6 @@ jobs:
4040
run: mvn clean verify --file pom.xml
4141

4242
dependabot:
43-
needs: build
43+
needs: build-test
4444
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.8
4545
secrets: inherit

0 commit comments

Comments
 (0)