Skip to content

Commit

Permalink
Azure: Don't run tests unless linters pass
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 21, 2020
1 parent 9ebc775 commit 40e5234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/jobs/dev-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
vmImage:

jobs:
- job: Developer Tooling
- job: Developer_Tooling
steps:
- task: UsePythonVersion@0
displayName: Use Python 3 latest
Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/jobs/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ parameters:

jobs:
- job: Test_Primary
dependsOn: Developer_Tooling
displayName: Test Primary

pool:
Expand Down

0 comments on commit 40e5234

Please sign in to comment.