simple smoke test
This commit is contained in:
parent
619c87e874
commit
a988542679
1 changed files with 2 additions and 15 deletions
|
|
@ -8,19 +8,6 @@ pool:
|
|||
name: ci-pool-prd
|
||||
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.10.12'
|
||||
|
||||
- script: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: |
|
||||
dbt deps
|
||||
displayName: 'Install dbt packages'
|
||||
|
||||
- script: |
|
||||
dbt docs generate
|
||||
displayName: 'Generate dbt docs'
|
||||
echo "Running on branch: ${BUILD_SOURCEBRANCH#refs/heads/}" > smoke.txt
|
||||
displayName: 'Smoke test filesystem access'
|
||||
Loading…
Add table
Add a link
Reference in a new issue