We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e3b9f commit 631a2fcCopy full SHA for 631a2fc
1 file changed
test/run_default.Tests.ps1
@@ -13,4 +13,10 @@ Describe "run_default" {
13
$testfile | Should -Exist
14
}
15
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
22
0 commit comments