Skip to content

Commit cafcbc1

Browse files
committed
Add CircleCI config
I want to make sure that tests are run on CI for this repository.
1 parent 13fef34 commit cafcbc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:10
6+
working_directory: ~/repo
7+
steps:
8+
- checkout
9+
- run: yarn install
10+
- run: yarn test

0 commit comments

Comments
 (0)