Browse Source

🔧 add circle ci workflow

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

6
.circleci/config.yml

@ -22,3 +22,9 @@ jobs:
- node_modules - node_modules
key: v1-dependencies-{{ checksum "package.json" }} key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn run test - run: yarn run test
workflows:
project_workflows:
jobs:
- test
Loading…
Cancel
Save