Skip to content

Commit 2817f94

Browse files
committed
Change test to account for no D drive.
1 parent f8b0fd4 commit 2817f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_default.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Describe "run_default" {
1616

1717
Context "default GitHub Action paths should be available" {
1818
It "GITHUB_EVENT_PATH should exist" {
19-
"$env:GITHUB_EVENT_PATH" | Should -Exist
19+
"$env:GITHUB_EVENT_PATH".Replace('D:', 'C:') | Should -Exist
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)