Skip to content

Commit

Permalink
Moved location of pipeline file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 26, 2021
1 parent d4b3f3e commit 6543416
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 345 deletions.
4 changes: 2 additions & 2 deletions testing/Test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ if ($Type -eq 'k8s-extension') {
}
}
if ($OnlyPublicTests) {
$testFilePaths = "$PSScriptRoot/test/extensions/public"
$testFilePath = "$PSScriptRoot/test/extensions/public"
} else {
$testFilePaths = "$PSScriptRoot/test/extensions/public", "$PSScriptRoot/test/extensions/private-preview"
$testFilePath = "$PSScriptRoot/test/extensions"
}
} elseif ($Type -eq 'k8s-extension-private') {
$k8sExtensionPrivateVersion = $ENVCONFIG.extensionVersion.'k8s-extension-private'
Expand Down
Loading

0 comments on commit 6543416

Please sign in to comment.