Skip to content

Commit a543017

Browse files
author
James Brundage
committed
test: Start-Htmx ( Fixes #7 )
Warning on failure to try
1 parent c8f2aaa commit a543017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HtmxPS.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe HtmxPS {
2828
$startedLocalJob | Stop-Htmx
2929
$startedLocalJob | Remove-Job
3030
} else {
31-
"This test cannot be run without a GitHub workflow that has a host name."
31+
Write-Warning "This test cannot be run without a GitHub workflow that has a host name."
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)