mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 16:06:52 +00:00
exclude-stale-from-tests (#122)
This commit is contained in:
parent
44fe9d6331
commit
f06ac08157
2
.github/workflows/dbt_test.yml
vendored
2
.github/workflows/dbt_test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt test -m "external_models,models/"
|
||||
dbt test -m "external_models,models/" --exclude tag:stale
|
||||
|
||||
notify-failure:
|
||||
needs: [run_dbt_jobs]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user