Skip to content

Commit

Permalink
fix: Put test project to none in pipelines (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Ysmael Fortier <ysma500@ISC-LAP-A6GqDN4.internal.sherwebcorp.com>
  • Loading branch information
ysma500 and Ysmael Fortier authored Apr 13, 2023
1 parent 8f20699 commit dcf5ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/azure-pipelines-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
- name: arrayTests
type: object
default:
- Mongo.Migration.Test.Core
- none
- name: dockerfilePath
type: string
default: "none"
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
- name: arrayTests
type: object
default:
- Mongo.Migration.Test.Core
- none
- name: dockerfilePath
type: string
default: "none"
Expand Down

0 comments on commit dcf5ac1

Please sign in to comment.