boba/move-curated-to-monthly

This commit is contained in:
drethereum 2025-11-05 15:27:12 -07:00
parent b56f234f91
commit 7f8a1c1939
2 changed files with 2 additions and 2 deletions

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" livequery_models main_package.core.bronze.token_reads.bronze_api__token_reads main_package.core.silver.tests.created_contracts
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.bronze_api__token_reads main_package.core.silver.tests.created_contracts
secrets: inherit

View File

@ -19,5 +19,5 @@ jobs:
dbt run -m "fsc_evm,tag:full_test"
command_name_2: Run Full Tests
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