Browse Source

adding check

pull/2/head
Neel Coffin 6 years ago
parent
commit
31c468ee09
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -1,5 +1,5 @@
version: 2.1
jobs:
version: 2.1
jobs:
build: &shared-config
docker:
- image: cimg/node:14.10.1
@ -27,7 +27,7 @@
- checkout
- run: yarn test:ci
workflows:
workflows:
build_and_test:
jobs:
- build

Loading…
Cancel
Save