Browse Source

👷yarn test

main
Pierre 6 years ago
parent
commit
049a3125b3
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -1,6 +1,6 @@
version: 2
jobs:
build:
build_and_test:
docker:
- image: circleci/node:dubnium-browsers
working_directory: ~/repo
@ -13,7 +13,10 @@ jobs:
- dependencies-
- run: yarn global add node-gyp && yarn install
- run: yarn run build
- run: yarn run test
- save_cache:
paths:
- node_modules
key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
Loading…
Cancel
Save