Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav committed Nov 20, 2023
1 parent 42fec7a commit 2113ef6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ on:

jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected].6
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
with:
extraMavenArgs: -Dtest="RedshiftDatabaseTest"
extraMavenArgs: -Dtest="RedshiftDatabaseTest"

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

0 comments on commit 2113ef6

Please sign in to comment.