Skip to content

Commit 2a0e8b6

Browse files
authored
test: enable Verify skip-checkout to test skipping (#546)
1 parent f23b77a commit 2a0e8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ workflows:
140140
name: Verify skip-checkout
141141
working-directory: examples/angular-app
142142
cypress-cache-key: cypress-cache-{{ arch }}-{{ checksum "examples/angular-app/package.json" }}
143+
skip-checkout: true
143144
cypress-command: "npx cypress run --component --parallel --record"
144145
pre-steps:
145146
- checkout

0 commit comments

Comments
 (0)