From e7c0cfb9f29a2b6e5125d429b368a35f04fd7911 Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 5 Nov 2025 15:29:57 -0700 Subject: [PATCH] move curated --- .github/workflows/dbt_test_daily.yml | 2 +- .github/workflows/dbt_test_monthly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index b2ebefa..d0b982a 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" "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" livequery_models secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dbt_test_monthly.yml b/.github/workflows/dbt_test_monthly.yml index 7421bff..50a40ec 100644 --- a/.github/workflows/dbt_test_monthly.yml +++ b/.github/workflows/dbt_test_monthly.yml @@ -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 \ No newline at end of file