Skip to content

Commit 4c61102

Browse files
committed
trying to run bash file
1 parent 5048dd4 commit 4c61102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/ci/templates/public/jobs/build-test-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
$testsOutput = dotnet test . --list-tests
5050
5151
Write-Host "Test output: $testsOutput"
52-
$tests = $testsOutput | Select-String -Pattern 'Test_' | ForEach-Object { $_.Line }
52+
$tests = $testOutput | ForEach-Object { $_.Trim() } | Select-String -Pattern '^Azure\.Functions\.Cli\.Tests' | ForEach-Object { $_.Line }
5353
5454
Write-Host "Value of tests: $tests"
5555

0 commit comments

Comments
 (0)