Merge pull request #28 from FlipsideCrypto/exclude/testnet-models-testing
Some checks failed
docs_update / called_workflow_template (push) Has been cancelled

tests
This commit is contained in:
Sam 2025-11-14 22:09:10 +08:00 committed by GitHub
commit e8dbc95ae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,5 +19,5 @@ jobs:
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 main_package.core.bronze.token_reads
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 main_package.core.bronze.token_reads models/testnet
secrets: inherit