Skip to content

Update test.yml

Update test.yml #19

Workflow file for this run

name: Build and Test
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
authorize:
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: true
build-test:
needs: authorize
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7
secrets: inherit
dependabot:
needs: build-test

Check failure on line 23 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Build and Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 23, Col: 12): Job 'dependabot' depends on unknown job 'build'.
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.7
secrets: inherit