Skip to content

Commit

Permalink
Test (entrypoint): Improve robustness of listing of test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed May 11, 2024
1 parent 9a71872 commit b686dff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ try {
}catch {
throw
}finally {
Pop-Location
"Listing test artifacts" | Write-Host
Push-Location "$(git rev-parse --show-toplevel)"
git ls-files --others --exclude-standard
Pop-Location

Pop-Location
}

0 comments on commit b686dff

Please sign in to comment.