mirror of
https://github.com/FlipsideCrypto/evm-models-template.git
synced 2026-02-06 11:16:50 +00:00
Merge pull request #32 from FlipsideCrypto/add/template-wf-curated
Some checks failed
docs_update / called_workflow_template (push) Has been cancelled
Some checks failed
docs_update / called_workflow_template (push) Has been cancelled
add/template-wf-curated
This commit is contained in:
commit
3ffbdb8a10
2
.github/workflows/dbt_test_daily.yml
vendored
2
.github/workflows/dbt_test_daily.yml
vendored
@ -19,5 +19,5 @@ jobs:
|
|||||||
dbt run -m "fsc_evm,tag:daily_test"
|
dbt run -m "fsc_evm,tag:daily_test"
|
||||||
command_name_2: Run Daily Tests (all tests excluding full, recent and misc. others)
|
command_name_2: Run Daily Tests (all tests excluding full, recent and misc. others)
|
||||||
command_2: |
|
command_2: |
|
||||||
dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" livequery_models
|
dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" livequery_models
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
2
.github/workflows/dbt_test_monthly.yml
vendored
2
.github/workflows/dbt_test_monthly.yml
vendored
@ -19,5 +19,5 @@ jobs:
|
|||||||
dbt run -m "fsc_evm,tag:full_test"
|
dbt run -m "fsc_evm,tag:full_test"
|
||||||
command_name_2: Run Full Tests
|
command_name_2: Run Full Tests
|
||||||
command_2: |
|
command_2: |
|
||||||
dbt test -m "fsc_evm,tag:full_test"
|
dbt test -m "fsc_evm,tag:full_test" "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
Loading…
Reference in New Issue
Block a user