pull/3094/head
yann300 7 years ago committed by GitHub
parent 6af5f44513
commit bdb8efb847
  1. 11
      .circleci/config.yml

@ -11,16 +11,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: ls && cd remix-lib && ls
- 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
- run: cd remix-lib && npm install && npm test
remix-core:
docker:

Loading…
Cancel
Save