@@ -53,9 +53,9 @@ export default {
53
53
examples : [ "coderoad" ] ,
54
54
} ,
55
55
setup : {
56
- $ref : "#/definitions/setup_action " ,
56
+ $ref : "#/definitions/setup_action_without_commits " ,
57
57
description :
58
- "Setup commits or commands used for setting up the test runner on tutorial launch" ,
58
+ "Setup actions or commands used for setting up the test runner on tutorial launch" ,
59
59
} ,
60
60
} ,
61
61
required : [ "command" , "args" ] ,
@@ -135,9 +135,9 @@ export default {
135
135
examples : [ "L1" , "L11" ] ,
136
136
} ,
137
137
setup : {
138
- $ref : "#/definitions/setup_action " ,
138
+ $ref : "#/definitions/setup_action_without_commits " ,
139
139
description :
140
- "An optional point for loading commits, running commands or opening files" ,
140
+ "An optional point for running actions, commands or opening files" ,
141
141
} ,
142
142
steps : {
143
143
type : "array" ,
@@ -152,18 +152,18 @@ export default {
152
152
setup : {
153
153
allOf : [
154
154
{
155
- $ref : "#/definitions/setup_action " ,
155
+ $ref : "#/definitions/setup_action_without_commits " ,
156
156
description :
157
- "A point for loading commits. It can also run commands and/or open files" ,
157
+ "A point for running actions, commands and/or opening files" ,
158
158
} ,
159
159
] ,
160
160
} ,
161
161
solution : {
162
162
allOf : [
163
163
{
164
- $ref : "#/definitions/setup_action " ,
164
+ $ref : "#/definitions/setup_action_without_commits " ,
165
165
description :
166
- "The solution commits that can be loaded if the user gets stuck. It can also run commands and/or open files" ,
166
+ "The solution can be loaded if the user gets stuck. It can run actions, commands and/or open files" ,
167
167
} ,
168
168
{
169
169
required : [ ] ,
0 commit comments