update CI for moved install.ps1

This commit is contained in:
jhoneill
2019-12-08 00:58:22 +00:00
parent ce4270babd
commit dec579a966

View File

@@ -95,7 +95,7 @@ if (-not $VersionFilePath) {
'[Info] Testing On:'
Get-EnvironmentInfo
'[Progress] Installing Module.'
. .\Install.ps1
. .\ci\Install.ps1
'[Progress] Invoking Pester.'
Invoke-Pester -OutputFile ('TestResultsPS{0}.xml' -f $PSVersionTable.PSVersion)
}