Skip to content

Commit cf9a2e3

Browse files
committed
commit messasge install setup
1 parent dc46de6 commit cf9a2e3

File tree

3 files changed

+1162
-5
lines changed

3 files changed

+1162
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ workflows:
9494
name: Install deps for test-apps/new-cypress-config
9595
command: npm ci
9696
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
97101
post-steps:
98102
- run: npm run check:markdown
99103

0 commit comments

Comments
 (0)