Skip to content

Commit

Permalink
add dependabot (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Alvarez authored Nov 20, 2023
1 parent 42fec7a commit f659fe8
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 f659fe8

Please sign in to comment.