Skip to content

Commit

Permalink
fix pipeline template (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar authored Jan 21, 2025
1 parent fcfa74d commit 937dfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/templates/run-ui-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ steps:
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master')}}:
- template: ./get-results-from-trx.yaml
parameters:
name: ${{ paramaters.slackTestReportName }}
name: ${{ parameters.slackTestReportName }}

- template: ./send-results-to-slack.yaml
parameters:
Expand Down

0 comments on commit 937dfcb

Please sign in to comment.