Merge pull request #30 from FlipsideCrypto/exclude-daily-token-reads

exclude
This commit is contained in:
Matt Romano 2025-06-02 08:32:25 -07:00 committed by GitHub
commit cdcd89e54f
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" livequery_models
dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" livequery_models main_package.core.bronze.token_reads
secrets: inherit