We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4735d0 commit c5b4153Copy full SHA for c5b4153
CI/CI.ps1
@@ -11,7 +11,7 @@ if ($Platform -like 'win*6') {
11
}
12
13
#Make sure we have the modules we need
14
-Import-Module .\Selenium.psd1 -Force -ErrorAction Stop
+Import-Module .\Output\Selenium\Selenium.psd1 -Force -ErrorAction Stop
15
$checkImportExcel = Get-Module -ListAvailable ImportExcel
16
if (-not ($checkImportExcel)) {
17
Write-Verbose -Verbose 'Installing ImportExcel'
0 commit comments