Skip to content

Commit

Permalink
fixing conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Jan 21, 2025
1 parent 15f30d2 commit 5048dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/ci/templates/public/jobs/build-test-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
displayName: 'Validate worker versions'
condition: ne(variables['skipWorkerVersionValidation'], 'true')
- pwsh: |
Set-Location -Path "./build"
Set-Location -Path "./test/Azure.Functions.Cli.Tests"
# Run dotnet test to list the tests and filter for those matching 'Test_'
$testsOutput = dotnet test . --list-tests
Expand All @@ -54,7 +54,7 @@ jobs:
Write-Host "Value of tests: $tests"
# Call the create_slicing_filter_condition script with the tests as arguments
& bash ./createSlicingFilterCondition.sh -Tests $tests
& bash ../../build/createSlicingFilterCondition.sh -Tests $tests
displayName: 'Create slicing filter condition'
- bash: |
Expand Down

0 comments on commit 5048dd4

Please sign in to comment.