Skip to content

Commit 16bfc21

Browse files
authored
Merge pull request LambdaTest#1732 from amanchopra1905/stage
updated the charcter
2 parents 3fbd6c8 + 1fee36f commit 16bfc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deep-dive-into-hyperexecute-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ testSuites: - mvn test -Dtest=$files
294294
`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.
295295

296296
```yaml
297-
runson: {matrix.os}
297+
runson: ${matrix.os}
298298
parallelism: 2
299299
300300
matrix:

0 commit comments

Comments
 (0)