Unverified Commit 100ba60c authored by yann300's avatar yann300 Committed by GitHub

circleci

parent 963b3470
...@@ -11,17 +11,8 @@ jobs: ...@@ -11,17 +11,8 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- run: ls && cd remix-lib && ls - run: cd remix-lib && npm install && npm test
- restore_cache:
keys:
- dep-bundle-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-{{ checksum "package.json" }}
paths:
- /repo/node_modules
- run: npm test
remix-core: remix-core:
docker: docker:
- image: circleci/node:7.10 - image: circleci/node:7.10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment