From 7d5cd87484b92d983507054cc7a5f09c64c24742 Mon Sep 17 00:00:00 2001 From: Robinson Arley Rojas Novoa Date: Tue, 25 Nov 2025 23:01:30 -0500 Subject: [PATCH 1/2] fix: displayName indentation in azure-pipelines.yml --- basic/azure-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/azure-ci.yml b/basic/azure-ci.yml index 46b66ae0b..ece6b8300 100644 --- a/basic/azure-ci.yml +++ b/basic/azure-ci.yml @@ -10,7 +10,7 @@ jobs: - task: NodeTool@0 inputs: versionSpec: '24.x' - displayName: 'Install Node.js' + displayName: 'Install Node.js' # npm modules and Cypress binary should be cached # otherwise the install will be too slow From 38e9e79b50f8b2fc12faee6176a02d5c628403ed Mon Sep 17 00:00:00 2001 From: Robinson Arley Rojas Novoa Date: Wed, 26 Nov 2025 18:26:40 +0000 Subject: [PATCH 2/2] chore: displayName indentation in Parallelized Example (azure-ci.yml) --- azure-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-ci.yml b/azure-ci.yml index 2c120241b..412484ccc 100644 --- a/azure-ci.yml +++ b/azure-ci.yml @@ -16,7 +16,7 @@ jobs: - task: NodeTool@0 inputs: versionSpec: '24.x' - displayName: 'Install Node.js' + displayName: 'Install Node.js' # npm modules and Cypress binary should be cached # otherwise the install will be too slow