Browse Source

step 4 just test e2e

main
guidezSeb 6 years ago
parent
commit
37488e1dad
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -24,11 +24,7 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp
- run: yarn install
- run: yarn lint
- run: yarn format:check
- run: yarn test:ci
- run: yarn test:e2e - run: yarn test:e2e
- save_cache: - save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save