We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc46de6 commit cf9a2e3Copy full SHA for cf9a2e3
.circleci/config.yml
@@ -94,6 +94,10 @@ workflows:
94
name: Install deps for test-apps/new-cypress-config
95
command: npm ci
96
working_directory: test-apps/new-cypress-config
97
+ - run:
98
+ name: Install custom cypress package (if available)
99
+ command: commit-message-install --else "echo no custom cypress package to install"
100
+ working_directory: test-apps/new-cypress-config
101
post-steps:
102
- run: npm run check:markdown
103
0 commit comments