Skip to content

Commit

Permalink
Merge pull request #33 from theohbrothers/test/entrypoint-improve-rob…
Browse files Browse the repository at this point in the history
…ustness-of-listing-of-test-artifacts

Test (entrypoint): Improve robustness of listing of test artifacts
  • Loading branch information
joeltimothyoh authored May 11, 2024
2 parents 9a71872 + b686dff commit df86389
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 df86389

Please sign in to comment.