diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index 6ea1c89..ecce5bf 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 "avalanche_models,tag:dexalot" + dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" "fsc_evm,tag:observability" livequery_models "avalanche_models,tag:dexalot" secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dbt_test_intraday.yml b/.github/workflows/dbt_test_intraday.yml index fc3fd76..355a296 100644 --- a/.github/workflows/dbt_test_intraday.yml +++ b/.github/workflows/dbt_test_intraday.yml @@ -17,5 +17,5 @@ jobs: command_name: Run Observability & Recent Tests command: | dbt run -m "fsc_evm,tag:observability" - dbt test -m "fsc_evm,tag:recent_test" --exclude models/dexalot + dbt test -m "fsc_evm,tag:recent_test" "fsc_evm,tag:observability" --exclude models/dexalot secrets: inherit \ No newline at end of file diff --git a/packages.yml b/packages.yml index dcaa300..b5cb25d 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.18.0 \ No newline at end of file + revision: v4.18.1 \ No newline at end of file