Skip to content

Commit 562ac2d

Browse files
committed
test: remove duplicate checkout in Verify resource_class config
1 parent e67d53f commit 562ac2d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/test-deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,11 @@ workflows:
145145
- checkout
146146
- cypress/run:
147147
filters: *filters
148-
name: Verify resource_class config works
148+
name: Verify resource_class config
149149
working-directory: examples/angular-app
150150
cypress-cache-key: cypress-cache-{{ arch }}-{{ checksum "examples/angular-app/package.json" }}
151151
cypress-command: "npx cypress run --component --parallel --record"
152152
resource_class: small
153-
pre-steps:
154-
- checkout
155153
- install-and-persist:
156154
filters: *filters
157155
name: Install & Persist
@@ -206,7 +204,7 @@ workflows:
206204
- Run CT Tests in Firefox
207205
- Run CT Tests in Edge
208206
- Verify skip-checkout
209-
- Verify resource_class config works
207+
- Verify resource_class config
210208
context: circleci-orb-publishing
211209
- orb-tools/publish:
212210
name: publish_prod
@@ -233,7 +231,7 @@ workflows:
233231
- Run CT Tests in Firefox
234232
- Run CT Tests in Edge
235233
- Verify skip-checkout
236-
- Verify resource_class config works
234+
- Verify resource_class config
237235
context: circleci-orb-publishing
238236
filters:
239237
branches:

0 commit comments

Comments
 (0)