scroll-models/.github/workflows/dbt_integration_test.yml
2025-04-15 09:23:18 -06:00

17 lines
406 B
YAML

name: dbt_run_integration_test
run-name: ${{ github.event.inputs.branch }}
on:
workflow_dispatch:
branches:
- "main"
concurrency: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_integration_test.yml@pre-release/v4-beta
with:
command: |
dbt test --selector 'integration_tests'
secrets: inherit