mirror of
https://github.com/FlipsideCrypto/scroll-models.git
synced 2026-02-06 13:46:44 +00:00
17 lines
406 B
YAML
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 |