Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Dec 20, 2023
1 parent c565ea1 commit da68a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- run: true

build:
build-test:
needs: authorize
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
Expand All @@ -25,7 +25,7 @@ jobs:
integration-tests:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
needs: build
needs: build-test
strategy:
matrix:
java: [11, 17, 21]
Expand All @@ -40,6 +40,6 @@ jobs:
run: mvn clean verify --file pom.xml

dependabot:
needs: build
needs: build-test
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit

0 comments on commit da68a45

Please sign in to comment.