Merge pull request #17 from FlipsideCrypto/exlcude-token-reads-test

test
This commit is contained in:
drethereum 2025-04-28 14:51:05 -06:00 committed by GitHub
commit acb3d0ddaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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