This commit is contained in:
Austin 2025-04-29 08:16:17 -04:00
parent f798319c9d
commit ef15507a1d

View File

@ -46,7 +46,7 @@ jobs:
- name: Run Recent Tests
run: |
dbt test -m "fsc_evm,tag:recent_test" --exclude "fsc_evm,tag:ez_prices_model" main_package.core.nft.tests
dbt test -m "fsc_evm,tag:recent_test" --exclude "fsc_evm,tag:ez_prices_model" main_package.core.nft.tests main_package.core.bronze.token_reads
notify-failure:
needs: [run_dbt_jobs]