From c7cf563ccae42b5548db2328f74b6686204d07cc Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 5 Nov 2024 10:38:14 +0100 Subject: [PATCH] Fix yaml --- tools/devops/automation/templates/tests-stage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/devops/automation/templates/tests-stage.yml b/tools/devops/automation/templates/tests-stage.yml index f33f77dff999..785419a1a74c 100644 --- a/tools/devops/automation/templates/tests-stage.yml +++ b/tools/devops/automation/templates/tests-stage.yml @@ -77,12 +77,12 @@ parameters: # label: bcl, # splitByPlatforms: false, # }, - { - label: windows, - splitByPlatforms: false, - testPrefix: 'windows_integration', - testStage: 'windows_integration' - }, + { + label: windows, + splitByPlatforms: false, + testPrefix: 'windows_integration', + testStage: 'windows_integration' + }, { label: cecil, splitByPlatforms: false,