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 build: &shared-config
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
@ -27,7 +27,7 @@
- checkout - checkout
- run: yarn test:ci - run: yarn test:ci
workflows:
workflows:
build_and_test: build_and_test:
jobs: jobs:
- build - build

Loading…
Cancel
Save