exclude livequery model tests, dont need to test package (#276)

This commit is contained in:
desmond-hui 2023-10-25 08:01:58 -07:00 committed by GitHub
parent d70d238eac
commit abde49d3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,4 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test --exclude tag:full_test tag:recent_test
dbt test --exclude tag:full_test tag:recent_test livequery_models