mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 14:56:48 +00:00
exclude from daily tests (#290)
This commit is contained in:
parent
9f18b60257
commit
ab401ca4c4
2
.github/workflows/dbt_test_daily.yml
vendored
2
.github/workflows/dbt_test_daily.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt test --exclude "polygon_models,tag:full_test" "polygon_models,tag:recent_test" livequery_models
|
||||
dbt test --exclude "polygon_models,tag:full_test" "polygon_models,tag:recent_test" "polygon_models,tag:gha_tasks" livequery_models
|
||||
@ -1,5 +1,6 @@
|
||||
{{ config(
|
||||
materialized = 'view'
|
||||
materialized = 'view',
|
||||
tags = ['gha_tasks']
|
||||
) }}
|
||||
|
||||
{{ fsc_utils.gha_task_current_status_view() }}
|
||||
Loading…
Reference in New Issue
Block a user