Skip to content

Commit

Permalink
Merge pull request #78 from liquibase/jandroav-patch-1
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
jandroav committed Nov 30, 2023
2 parents 0f9a639 + ab2d4d1 commit 25fdb07
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,15 +14,15 @@ jobs:
steps:
- run: true

build:
build-test:
needs: authorize
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7
secrets: inherit

integration-tests:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
needs: build
needs: build-test
strategy:
matrix:
java: [11, 17, 21]
Expand All @@ -38,6 +38,6 @@ jobs:


dependabot:
needs: build
needs: build-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.7
secrets: inherit

0 comments on commit 25fdb07

Please sign in to comment.