Skip to content

Commit 1ddb2ad

Browse files
Fix misleading throw message in Variables.Tests.ps1 guard (Skipping -> refuse to run)
1 parent 1eea360 commit 1ddb2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Variables.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BeforeAll {
2424
$os = $env:RUNNER_OS
2525
$id = $env:GITHUB_RUN_ID
2626
if (-not $id) {
27-
throw 'GITHUB_RUN_ID is not set. Skipping Variables tests to avoid deleting variables from other runs.'
27+
throw 'GITHUB_RUN_ID is not set. Variables tests refuse to run without a scoped run ID to avoid deleting variables from other runs.'
2828
}
2929
}
3030

0 commit comments

Comments
 (0)