Skip to content

Commit

Permalink
trying to run bash file
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Jan 21, 2025
1 parent 5048dd4 commit 4c61102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/ci/templates/public/jobs/build-test-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
$testsOutput = dotnet test . --list-tests
Write-Host "Test output: $testsOutput"
$tests = $testsOutput | Select-String -Pattern 'Test_' | ForEach-Object { $_.Line }
$tests = $testOutput | ForEach-Object { $_.Trim() } | Select-String -Pattern '^Azure\.Functions\.Cli\.Tests' | ForEach-Object { $_.Line }
Write-Host "Value of tests: $tests"
Expand Down

0 comments on commit 4c61102

Please sign in to comment.