diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d813cd..ae13e78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 \ No newline at end of file + secrets: inherit