Skip to content

Commit 177aa8d

Browse files
committed
Add displaying of test artifacts
1 parent e8982da commit 177aa8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ try {
2626
$testFailed = $true
2727
}
2828

29+
"Listing test artifacts" | Write-Host
30+
git ls-files --others --exclude-standard $PSScriptRoot
31+
2932
"End of tests" | Write-Host
3033
if ($testFailed) {
3134
throw "One or more tests failed."

0 commit comments

Comments
 (0)