Browse Source

Updated config.yml

pull/1/head
Anthony Quéré 5 years ago
parent
commit
38a66b4ec1
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -28,6 +28,7 @@ jobs:
username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD
steps:
- checkout
- restore_cache:
keys:
- npm-v1-lint-{{ checksum "src" }}
@ -51,6 +52,7 @@ jobs:
username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD
steps:
- checkout
- run:
name: Unit Tests
command: yarn test:ci

Loading…
Cancel
Save