mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
add tests to tags and include/exclude using tag (#511)
This commit is contained in:
parent
9e88a3e31c
commit
7327dd6f1b
2
.github/workflows/dbt_test.yml
vendored
2
.github/workflows/dbt_test.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt test -s "solana_models,./models"
|
||||
dbt test -s "solana_models,./models" --exclude tag:test_weekly
|
||||
2
.github/workflows/dbt_test_weekly.yml
vendored
2
.github/workflows/dbt_test_weekly.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt test --select tests/test_silver__decoded_instructions_combined_error_threshold_7_days.sql tests/test_silver__decoded_instructions_combined_static_error_threshold_7_days.sql
|
||||
dbt test -s tag:test_weekly
|
||||
@ -1,3 +1,9 @@
|
||||
{{
|
||||
config(
|
||||
tags=["test_weekly"]
|
||||
)
|
||||
}}
|
||||
|
||||
WITH base AS (
|
||||
SELECT
|
||||
program_id,
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
{{
|
||||
config(
|
||||
tags=["test_weekly"]
|
||||
)
|
||||
}}
|
||||
|
||||
WITH current_rates AS (
|
||||
SELECT
|
||||
program_id,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user