Skip to content

Commit

Permalink
Update step.yml to include parallelizable option
Browse files Browse the repository at this point in the history
  • Loading branch information
sambart19 committed Nov 17, 2020
1 parent 976762a commit 13d1d63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ inputs:
value_options:
- "false"
- "true"
- parallelizable: "false"
opts:
title: "Enable Simulator Parallelization"
summary: Each shard will run its tests in parallel if enabled.
description: Each shard will run its tests in parallel if enabled.
is_required: true
is_sensitive: false
value_options:
- "false"
- "true"
outputs:
- TEST_PLANS:
opts:
Expand Down

0 comments on commit 13d1d63

Please sign in to comment.