Browse Source

end2end

main
Youssef Touggani 6 years ago
parent
commit
3baf0cd394
  1. 20
      .circleci/config.yml

20
.circleci/config.yml

@ -18,13 +18,13 @@ jobs:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- restore_cache: - restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }} key: yarn-packages-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install
- run: yarn global add node-gyp && yarn install
- run: yarn lint
- run: yarn format --check
- run: yarn test:ci
- run: yarn test:e2e
- save_cache:
key: yarn-packages-{{ checksum "yarn.lcok" }}
paths:
- ./node_modules
- run: yarn global add node-gyp && yarn install
- run: yarn global add node-gyp && yarn install
- run: yarn lint
- run: yarn format --check
- run: yarn test:ci
- run: yarn test:e2e
- save_cache:
key: yarn-packages-{{ checksum "yarn.lcok" }}
paths:
- ./node_modules
Loading…
Cancel
Save