Skip to content

Commit

Permalink
Enable tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrei committed Jan 7, 2018
1 parent 2265640 commit 7db1f0d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-y{{ checksum "package-lock.json" }}
# fallback to using the latest cache if no exact match is found
# - v1-dependencies-
- v1-dependencies-y{{ checksum "package-lock.json" }}

- run: npm install

Expand All @@ -27,8 +25,8 @@ jobs:
- node_modules
key: v1-dependencies-y{{ checksum "package-lock.json" }}

# - run: npm run ci:test
# - run: npm run ci:coveralls
- run: source .env.test && npm run ci:test
- run: npm run ci:coveralls
# - run: npm run flow check

- deploy:
Expand Down

0 comments on commit 7db1f0d

Please sign in to comment.