add run step
This commit is contained in:
parent
5860f5b9f6
commit
8666b88953
1 changed files with 8 additions and 0 deletions
|
|
@ -78,6 +78,14 @@ steps:
|
|||
|
||||
displayName: 'Validate models compiled SQL'
|
||||
|
||||
- script: |
|
||||
source venv/bin/activate
|
||||
set -a && source .env && set +a
|
||||
|
||||
dbt run --select "state:modified" --state ~/dbt-ci/master-artifacts/ --defer
|
||||
|
||||
displayName: 'Run modified models'
|
||||
|
||||
- script: |
|
||||
set -a && source .env && set +a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue