From ba780b5a2ba85a6671a681751aaa43958bb74aa8 Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:21:40 -0700 Subject: [PATCH] polygon/move-curated-to-monthly (#514) * polygon/move-curated-to-monthly * Update fsc-evm to v4.32.3 --- .github/workflows/dbt_test_daily.yml | 2 +- .github/workflows/dbt_test_monthly.yml | 2 +- packages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index 19fbcce..3ea9180 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" "fsc_evm,tag:observability" livequery_models "fsc_evm,tag:balances" + 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 "fsc_evm,tag:balances" 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 diff --git a/packages.yml b/packages.yml index f9f7b3a..09a3159 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.30.0 \ No newline at end of file + revision: v4.32.3 \ No newline at end of file