Skip to content

Commit c820fb3

Browse files
author
Jim Robinson
committed
Set default region and use default test from azure step templates
1 parent 5fc1b39 commit c820fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python_version: 3.9
3434
- job: build
3535
displayName: Build
36-
dependsOn: test
36+
dependsOn: PythonTest
3737
condition: and(succeeded(), in(variables['Build.SourceBranchName'], 'integration', 'main'))
3838
steps:
3939
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)