avalanche-models/.github/workflows/dbt_test_monthly.yml
drethereum e36b028cc6
Some checks failed
docs_update / called_workflow_template (push) Has been cancelled
avalanche/move-curated-to-monthly (#401)
* avalanche/move-curated-to-monthly

* Update fsc-evm to v4.32.3
2025-11-06 10:08:17 -07:00

23 lines
583 B
YAML

name: dbt_test_monthly
run-name: dbt_test_monthly
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
warehouse: DBT_EMERGENCY
command_name: Build Full Testing Views
command: |
dbt run -m "fsc_evm,tag:full_test"
command_name_2: Run Full Tests
command_2: |
dbt test -m "fsc_evm,tag:full_test" "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated"
secrets: inherit