Merge pull request #32 from FlipsideCrypto/exclude/token-reads-test

exclude
This commit is contained in:
Austin 2025-05-19 12:57:30 -04:00 committed by GitHub
commit 6dbbe55ed1
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.bronze_api__token_reads
secrets: inherit