mirror of
https://github.com/FlipsideCrypto/swell-models.git
synced 2026-02-06 14:06:47 +00:00
exclude
This commit is contained in:
parent
50256d6176
commit
92a649c2df
4
.github/workflows/dbt_test_monthly.yml
vendored
4
.github/workflows/dbt_test_monthly.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
||||
warehouse: DBT_EMERGENCY
|
||||
command_name: Build Full Testing Views
|
||||
command: |
|
||||
dbt run -m "fsc_evm,tag:full_test"
|
||||
dbt run -m "fsc_evm,tag:full_test" --exclude "fsc_evm,tag:ez,tag:transfers"
|
||||
command_name_2: Run Full Tests
|
||||
command_2: |
|
||||
dbt test -m "fsc_evm,tag:full_test"
|
||||
dbt test -m "fsc_evm,tag:full_test" --exclude "fsc_evm,tag:ez,tag:transfers"
|
||||
secrets: inherit
|
||||
Loading…
Reference in New Issue
Block a user