From 1fee36fb4120c7ed657b8e0149e4b1e4d75f44b5 Mon Sep 17 00:00:00 2001 From: amanchopra1905 Date: Fri, 20 Jun 2025 16:43:43 +0530 Subject: [PATCH] updated the charcter --- docs/deep-dive-into-hyperexecute-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deep-dive-into-hyperexecute-yaml.md b/docs/deep-dive-into-hyperexecute-yaml.md index 13b0ee665..4c70f11f3 100644 --- a/docs/deep-dive-into-hyperexecute-yaml.md +++ b/docs/deep-dive-into-hyperexecute-yaml.md @@ -294,7 +294,7 @@ testSuites: - mvn test -Dtest=$files `parallelism` defines the number of virtual machines [('tasks')](/support/docs/hyperexecute-status/#2-task-level-status) to be spawned in the case of hybrid mode. If you are not defining the parallelism, then you must define operating system-specific parallelism (win, mac, and  Linux). If both are defined, then preference will be given to OS-based parallelism. ```yaml -runson: {matrix.os} +runson: ${matrix.os} parallelism: 2 matrix: