Skip to content

Commit 544e240

Browse files
Validate inventory test fixture path
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent d85c213 commit 544e240

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/tests/Get-ProcessPSModuleWorkflowInventory.Tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ param()
33

44
BeforeAll {
55
$scriptPath = Join-Path $PSScriptRoot '../Get-ProcessPSModuleWorkflowInventory.ps1'
6+
Test-Path -LiteralPath $scriptPath | Should -BeTrue
67
$testRoot = Join-Path ([IO.Path]::GetTempPath()) "process-workflow-inventory-$([guid]::NewGuid())"
78
$repositoryRoot = Join-Path $testRoot 'Example'
89
$workflowRoot = Join-Path $repositoryRoot '.github/workflows'

0 commit comments

Comments
 (0)