Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 9221f61

Browse files
committed
CircleCI: Run Unit tests
1 parent b8a7f9a commit 9221f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
- node_modules
3535
key: v1-dependencies-{{ checksum "package.json" }}
3636

37-
- run: ls
37+
- run: npm install -g gulp
38+
- run: gulp unit

0 commit comments

Comments
 (0)