From 2a9ce9310dd24c66f5b7c479a93ef5a63781760b Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 19 May 2025 12:42:48 -0400 Subject: [PATCH] exclude --- .github/workflows/dbt_test_daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index eaa9635..67eb28e 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.bronze_api__token_reads secrets: inherit \ No newline at end of file