From 92a649c2df918cddba347f68ed9d6b1ef1819781 Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 28 May 2025 08:58:54 -0600 Subject: [PATCH] exclude --- .github/workflows/dbt_test_monthly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_test_monthly.yml b/.github/workflows/dbt_test_monthly.yml index cf47c45..f3bc3ba 100644 --- a/.github/workflows/dbt_test_monthly.yml +++ b/.github/workflows/dbt_test_monthly.yml @@ -16,8 +16,8 @@ jobs: warehouse: DBT_EMERGENCY command_name: Build Full Testing Views command: | - dbt run -m "fsc_evm,tag:full_test" + dbt run -m "fsc_evm,tag:full_test" --exclude "fsc_evm,tag:ez,tag:transfers" command_name_2: Run Full Tests command_2: | - dbt test -m "fsc_evm,tag:full_test" + dbt test -m "fsc_evm,tag:full_test" --exclude "fsc_evm,tag:ez,tag:transfers" secrets: inherit \ No newline at end of file