mirror of
https://github.com/FlipsideCrypto/avalanche-models.git
synced 2026-02-06 11:06:55 +00:00
Some checks failed
docs_update / called_workflow_template (push) Has been cancelled
* avalanche/move-curated-to-monthly * Update fsc-evm to v4.32.3
23 lines
756 B
YAML
23 lines
756 B
YAML
name: dbt_test_daily
|
|
run-name: dbt_test_daily
|
|
|
|
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:
|
|
target: test
|
|
command_name: Build Daily Testing Views
|
|
command: |
|
|
dbt run -m "fsc_evm,tag:daily_test"
|
|
command_name_2: Run Daily Tests (all tests excluding full, recent and misc. others)
|
|
command_2: |
|
|
dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" "fsc_evm,tag:observability" "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" livequery_models "avalanche_models,tag:dexalot"
|
|
secrets: inherit |