Skip to content

Commit ed20ccb

Browse files
chore: displayName indentation in Parallelized Example (azure-ci.yml) (#1013)
* fix: displayName indentation in azure-pipelines.yml * chore: displayName indentation in Parallelized Example (azure-ci.yml)
1 parent c766499 commit ed20ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- task: NodeTool@0
1717
inputs:
1818
versionSpec: '24.x'
19-
displayName: 'Install Node.js'
19+
displayName: 'Install Node.js'
2020

2121
# npm modules and Cypress binary should be cached
2222
# otherwise the install will be too slow

basic/azure-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- task: NodeTool@0
1111
inputs:
1212
versionSpec: '24.x'
13-
displayName: 'Install Node.js'
13+
displayName: 'Install Node.js'
1414

1515
# npm modules and Cypress binary should be cached
1616
# otherwise the install will be too slow

0 commit comments

Comments
 (0)