Skip to content

Commit c5b4153

Browse files
committed
Update CI.ps1
1 parent a4735d0 commit c5b4153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/CI.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if ($Platform -like 'win*6') {
1111
}
1212

1313
#Make sure we have the modules we need
14-
Import-Module .\Selenium.psd1 -Force -ErrorAction Stop
14+
Import-Module .\Output\Selenium\Selenium.psd1 -Force -ErrorAction Stop
1515
$checkImportExcel = Get-Module -ListAvailable ImportExcel
1616
if (-not ($checkImportExcel)) {
1717
Write-Verbose -Verbose 'Installing ImportExcel'

0 commit comments

Comments
 (0)