Skip to content

Commit bd0b683

Browse files
chore: fix tests
1 parent 631a2fc commit bd0b683

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

test/run_test.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ powershell.exe -ExecutionPolicy RemoteSigned `Invoke-WebRequest 'https://get.sco
1414
C:\TMP\install.ps1 -RunAsAdmin;
1515
scoop install pester;
1616

17-
$config=New-PesterConfiguration;
18-
$config.Run.Exit=$true;
19-
$config.Run.Path="$testPath";
17+
$config = New-PesterConfiguration;
18+
$config.Run.Path = "$testPath";
2019

21-
Invoke-Pester -Configuration $config;
20+
Invoke-Pester -CI -Configuration $config;

0 commit comments

Comments
 (0)