Skip to content

Configure release pipeline, using shared actions from dbt-adapters #5

Configure release pipeline, using shared actions from dbt-adapters

Configure release pipeline, using shared actions from dbt-adapters #5

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- "main"
- "*.latest"
pull_request:
workflow_dispatch:
permissions: read-all
# will cancel previous workflows triggered by the same event and for the same ref for PRs or same SHA otherwise
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}
cancel-in-progress: true
jobs:
unit:
uses: dbt-labs/dbt-adapters/.github/workflows/unit-tests.yml@main

Check failure on line 20 in .github/workflows/unit-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/unit-tests.yml" -> "dbt-labs/dbt-adapters/.github/workflows/unit-tests.yml@main" (source branch with sha:60005a0a2bd33b61cb65a591bc1604b1b3fd25d5) : workflow is not reusable as it is missing a `on.workflow_call` trigger