From 507c49a99adbd89be2fb41e069adcb78f6b0f3a7 Mon Sep 17 00:00:00 2001 From: sambart19 Date: Tue, 24 Nov 2020 15:44:35 -0500 Subject: [PATCH] Update docs --- README.md | 4 ++++ step.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index fe15cc5..7fd0670 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ From the folder you downloaded this code open the terminal and run: **Debug (required)** * **Description:** Show verbose debug logs * **Example:** `true` + + **Parallelizable (optional)** + * **Description:** Allow each shard to run multiple simulators in parallel + * **Example:** `true` ## Outputs diff --git a/step.yml b/step.yml index db3d06e..bb7d51c 100644 --- a/step.yml +++ b/step.yml @@ -73,6 +73,10 @@ description: |- **Debug** * **Description:** Create verbose debug logs * **Example:** YES / NO + + **Parallelizable** + * **Description:** Allow shards to run tests with multiple simulators in parallel + * **Example:** YES / NO ## Outputs