Skip to content

Commit

Permalink
CI: fix typos in YAML (#5938)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtivel committed Jul 29, 2024
1 parent 5485ea6 commit 0c714c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parameters:
type: boolean
default: false
- name: RunCrossFrameworkTestsOnWindows
displayName: Run cross framweork tests on Windows
displayName: Run cross framework tests on Windows
type: boolean
default: false
- name: RunFunctionalTestsOnWindows
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
type: boolean
default: true
- name: RunCrossFrameworkTestsOnWindows
displayName: Run cross framweork tests on Windows
displayName: Run cross framework tests on Windows
type: boolean
default: true
- name: RunFunctionalTestsOnWindows
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
type: boolean
default: true
- name: RunCrossFrameworkTestsOnWindows
displayName: Run cross framweork tests on Windows
displayName: Run cross framework tests on Windows
type: boolean
default: false
- name: RunUnitTestsOnWindows
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
type: boolean
default: true
- name: RunCrossFrameworkTestsOnWindows
displayName: Run cross framweork tests on Windows
displayName: Run cross framework tests on Windows
type: boolean
default: true
- name: RunUnitTestsOnWindows
Expand Down

0 comments on commit 0c714c1

Please sign in to comment.