Skip to content

Commit

Permalink
Merge pull request #115 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 537d7dd + 10f5102 commit 71b4efe
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 @@ -9,7 +9,7 @@ on:
- synchronize

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

Expand Down Expand Up @@ -53,6 +53,6 @@ jobs:
**/target/jacoco.exec
dependabot-automerge:
needs: build
needs: build-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.7
secrets: inherit
secrets: inherit

0 comments on commit 71b4efe

Please sign in to comment.