Skip to content

Commit

Permalink
fix(ci): run the webserver and start the e2e tests manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Feb 22, 2018
1 parent fd0f90e commit 5ea7219
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ jobs:
- demo/node_modules
key: v1-dependencies-{{ checksum "demo/package.json" }}

- run:
command: cd ./demo/ && npm run serve
background: true

# run tests!
- run: cd ./demo/ && npm run e2e
- run: cd ./demo/ && npx cypress run
- run: cd ./demo/ && npm run build

- run: git status

0 comments on commit 5ea7219

Please sign in to comment.