Skip to content

Commit

Permalink
Merge pull request #68 from liquibase/DAT-16285
Browse files Browse the repository at this point in the history
DAT-16285



  DevOps :: Check dependabot action for all extensions
  • Loading branch information
jandroav authored Nov 20, 2023
2 parents e01094c + 38e0bd7 commit 7dac395
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,5 +10,10 @@ on:

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

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

0 comments on commit 7dac395

Please sign in to comment.