Skip to content

Commit a9f0bd1

Browse files
committed
Build Test: Fix relative path for output
1 parent fa24024 commit a9f0bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build.tests.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Describe 'Build' {
1010
[array]$script:jobs = @()
1111

1212
$path = 'Output/TestModule/0.1.0'
13-
$script:testModuleOutputPath = Join-Path . $path
13+
$script:testModuleOutputPath = Join-Path $tempDir $path
1414
}
1515

1616
AfterAll {

0 commit comments

Comments
 (0)