Skip to content

Commit 631a2fc

Browse files
committed
chore: add test
1 parent d2e3b9f commit 631a2fc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/run_default.Tests.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ Describe "run_default" {
1313
$testfile | Should -Exist
1414
}
1515
}
16+
17+
Context "default GitHub Action paths should be available" {
18+
It "GITHUB_EVENT_PATH should exist" {
19+
"$env:GITHUB_EVENT_PATH" | Should -Exist
20+
}
21+
}
1622
}

0 commit comments

Comments
 (0)