Skip to content

Commit

Permalink
Merge pull request #247 from liquibase/jandroav-patch-1
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
jandroav authored Nov 30, 2023
2 parents dd5ac25 + 5337931 commit bee10db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ permissions:
pull-requests: write

jobs:
build:
uses: liquibase/build-logic/.github/workflows/[email protected].5
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
with:
java: "[11, 17, 21]"

integration-tests:
name: Integration Tests -- Java ${{ matrix.java }} on Cassandra ${{ matrix.cassandra }}
runs-on: ubuntu-latest
needs: build
needs: build-test
strategy:
matrix:
java: [11, 17]
Expand Down Expand Up @@ -77,4 +79,4 @@ jobs:
dependabot:
needs: integration-tests
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
secrets: inherit

0 comments on commit bee10db

Please sign in to comment.