Skip to content

Commit

Permalink
Update ci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed May 7, 2022
1 parent 8e80c2d commit a2bdee7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
- run: cd ./component && npm install
- run: cd ./component && npm run build
- run: cd ./component && npm run test-headless

cypress-test:
executor: cypress-io/cypress
working_directory: ~/project
steps:
- browser-tools/install-chrome
- attach_workspace:
at: .
- checkout
- run: cd ./component && npm install
- run: cd ./component && npm run build
- run: cd ./component && npm run e2e

workflows:
Expand All @@ -47,3 +58,4 @@ workflows:
- build-api
- build-app
- build-test
- cypress-test

0 comments on commit a2bdee7

Please sign in to comment.