reorder ci
This commit is contained in:
parent
5267fa9fe6
commit
b48212fa33
1 changed files with 4 additions and 4 deletions
|
|
@ -101,18 +101,18 @@ steps:
|
|||
set -a && source .env && set +a
|
||||
export IS_CI_EXECUTION=1
|
||||
|
||||
dbt test --select "state:modified" --state ~/dbt-ci/master-artifacts/ --defer
|
||||
dbt run --select "state:modified+1" --exclude "state:modified" --state ~/dbt-ci/master-artifacts/ --defer
|
||||
|
||||
displayName: 'Test modified models'
|
||||
displayName: 'Run direct dependants of modified models'
|
||||
|
||||
- script: |
|
||||
source venv/bin/activate
|
||||
set -a && source .env && set +a
|
||||
export IS_CI_EXECUTION=1
|
||||
|
||||
dbt run --select "state:modified+1" --exclude "state:modified" --state ~/dbt-ci/master-artifacts/ --defer
|
||||
dbt test --select "state:modified" --state ~/dbt-ci/master-artifacts/ --defer
|
||||
|
||||
displayName: 'Run direct dependants of modified models'
|
||||
displayName: 'Test modified models'
|
||||
|
||||
- script: |
|
||||
source venv/bin/activate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue