@@ -53,9 +53,9 @@ export default {
5353 examples : [ "coderoad" ] ,
5454 } ,
5555 setup : {
56- $ref : "#/definitions/setup_action " ,
56+ $ref : "#/definitions/setup_action_without_commits " ,
5757 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" ,
5959 } ,
6060 } ,
6161 required : [ "command" , "args" ] ,
@@ -135,9 +135,9 @@ export default {
135135 examples : [ "L1" , "L11" ] ,
136136 } ,
137137 setup : {
138- $ref : "#/definitions/setup_action " ,
138+ $ref : "#/definitions/setup_action_without_commits " ,
139139 description :
140- "An optional point for loading commits, running commands or opening files" ,
140+ "An optional point for running actions, commands or opening files" ,
141141 } ,
142142 steps : {
143143 type : "array" ,
@@ -152,18 +152,18 @@ export default {
152152 setup : {
153153 allOf : [
154154 {
155- $ref : "#/definitions/setup_action " ,
155+ $ref : "#/definitions/setup_action_without_commits " ,
156156 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" ,
158158 } ,
159159 ] ,
160160 } ,
161161 solution : {
162162 allOf : [
163163 {
164- $ref : "#/definitions/setup_action " ,
164+ $ref : "#/definitions/setup_action_without_commits " ,
165165 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" ,
167167 } ,
168168 {
169169 required : [ ] ,
0 commit comments