Skip to content

Commit aa8771a

Browse files
committed
Set back cd
1 parent fc8e233 commit aa8771a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ jobs:
119119
azure-sp-tenant: DBT_AZURE_TENANT
120120
- run:
121121
name: cnxn -- Azure SQL - AZ CLI ServicePrincipal
122-
command: dbt compile --target azuresql_azcli
122+
command: |
123+
cd test/integration
124+
dbt compile --target azuresql_azcli
123125
124126
workflows:
125127
main:

0 commit comments

Comments
 (0)