File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,11 @@ workflows:
145
145
- checkout
146
146
- cypress/run :
147
147
filters : *filters
148
- name : Verify resource_class config works
148
+ name : Verify resource_class config
149
149
working-directory : examples/angular-app
150
150
cypress-cache-key : cypress-cache-{{ arch }}-{{ checksum "examples/angular-app/package.json" }}
151
151
cypress-command : " npx cypress run --component --parallel --record"
152
152
resource_class : small
153
- pre-steps :
154
- - checkout
155
153
- install-and-persist :
156
154
filters : *filters
157
155
name : Install & Persist
@@ -206,7 +204,7 @@ workflows:
206
204
- Run CT Tests in Firefox
207
205
- Run CT Tests in Edge
208
206
- Verify skip-checkout
209
- - Verify resource_class config works
207
+ - Verify resource_class config
210
208
context : circleci-orb-publishing
211
209
- orb-tools/publish :
212
210
name : publish_prod
@@ -233,7 +231,7 @@ workflows:
233
231
- Run CT Tests in Firefox
234
232
- Run CT Tests in Edge
235
233
- Verify skip-checkout
236
- - Verify resource_class config works
234
+ - Verify resource_class config
237
235
context : circleci-orb-publishing
238
236
filters :
239
237
branches :
You can’t perform that action at this time.
0 commit comments