try failing tests

This commit is contained in:
Doug Finke
2022-06-12 15:06:53 -04:00
committed by GitHub
parent 98256c61e8
commit 89f90b77fb

5
__tests__/fail.tests.ps1 Normal file
View File

@@ -0,0 +1,5 @@
Describe "Test failed tests for GHA" {
It "Should fail" {
$true | Should -BeFalse
}
}