Skip to content

Commit

Permalink
Run azure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu (MAIDAP) committed Jan 28, 2021
1 parent be824f4 commit d83305e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/pr-gate-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
- template: templates/run-tests-on-multiple-os-py.yml
parameters:
pyVersions: ['3.6']
testTypes: ['unit']
testTypes: ['unit', 'io']
imageOSs: ['ubuntu-18.04'] # 'windows-latest', 'macos-latest'

- stage: e2e_tests
Expand All @@ -26,7 +26,7 @@ stages:
- template: templates/run-tests-on-multiple-os-py.yml
parameters:
pyVersions: ['3.6']
testTypes: ['io']
testTypes: ['azure']
imageOSs: ['ubuntu-18.04'] # 'windows-latest', 'macos-latest'

- stage: collect_final_code_coverage
Expand Down

0 comments on commit d83305e

Please sign in to comment.