diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index eaa9635..180ec52 100644 --- a/.github/workflows/dbt_test_daily.yml +++ b/.github/workflows/dbt_test_daily.yml @@ -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 \ No newline at end of file