Skip to content

Commit

Permalink
forgot .sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Jan 17, 2025
1 parent b9c3c59 commit 3720f26
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 @@ -53,7 +53,7 @@ jobs:
$tests = $testsOutput | Select-String -Pattern 'Test_' | ForEach-Object { $_.Line }
# Call the create_slicing_filter_condition script with the tests as arguments
& './createSlicingFilterCondition' -Tests $tests
& './createSlicingFilterCondition.sh' -Tests $tests
displayName: 'Create slicing filter condition'
- bash: |
Expand Down

0 comments on commit 3720f26

Please sign in to comment.