Skip to content

Commit

Permalink
Update circleci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Jan 9, 2020
1 parent d55c90d commit 889c974
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
defaults: &defaults
working_directory: ~/project/app
docker:
- image: cypress/browsers:chrome69
- image: cypress/browsers:chrome69
jobs:
build:
<<: *defaults
Expand All @@ -25,7 +25,13 @@ jobs:
command: npm run lint
- run:
name: Unit test
command: npm run test:unit
command: npm run test:unit
- run:
name: e2e test
command: npm run test:e2e -- --headless --browser chrome
command: npm run test:e2e -- --headless --browser chrome
- run:
name: build
command: npm run build
- run:
name: build-with-tracking
command: npm run build-with-tracking

0 comments on commit 889c974

Please sign in to comment.