Browse Source

🔧 add circle ci workflow

pull/1/head
abouhanifa 5 years ago
parent
commit
7ed9789e47
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -21,4 +21,10 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn run test
- run: yarn run test
workflows:
project_workflows:
jobs:
- test
Loading…
Cancel
Save