Skip to content

Commit 59c961d

Browse files
author
sgkens
committed
👷 ci(build): updating gitlab ci/cd
🧰 Build:
1 parent 3fe54e9 commit 59c961d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/BT0-CI-Test-Pester.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ $pesterConfig = New-PesterConfiguration -hashtable @{
1717
Path = '.\test\Test-Unit-Pester.ps1';
1818
}
1919
}
20-
Invoke-Pester -Configuration $pesterConfig
20+
Invoke-Pester -Configuration $pesterConfig -CI || exit 1

0 commit comments

Comments
 (0)