Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RockPaperScissors/AppKit-E8_USB/SDS.sdsio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ sdsio:
# Defines a playback test sequence
play:
- step: "Test 0: ML_In.0.sds"
labels: [ 0 ]
labels:
- "0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point of this first entry was to show how array would be specified in a different way, alternate to list

could you change that to [ "0" ]

- step: "Test 1: ML_In.rock.1.sds + ML_In.rock.2.sds + ML_In.rock.3.sds"
labels:
- rock.1
Comment thread
jkrech marked this conversation as resolved.
Expand Down