Skip to content

Commit

Permalink
chore(#92): install cypress binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 30, 2022
1 parent 0bb9021 commit 0d647e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ jobs:
command: |
cd docs/drupal && ddev drupal-install
- run:
name: Install cypress
command: npx cypress install

- run:
name: Run end-to-end tests
command: yarn test:e2e
Expand Down

0 comments on commit 0d647e3

Please sign in to comment.