This commit is contained in:
drethereum 2025-09-11 08:59:16 -06:00
parent 4650cbbf01
commit 66a877a2d8
2 changed files with 2 additions and 2 deletions

View File

@ -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 --exclude "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" livequery_models
secrets: inherit

View File

@ -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" "fsc_evm,tag:observability" --exclude "fsc_evm,tag:balances"
dbt test -m "fsc_evm,tag:recent_test" "fsc_evm,tag:observability"
secrets: inherit