Skip to content

Commit f2ab47c

Browse files
committed
ci: run tests
1 parent 7fb1c92 commit f2ab47c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
- ./node_modules
3535
- run:
3636
name: Build
37-
command: npm run build
37+
command: npm run build
38+
- run:
39+
name: Test
40+
command: npm run test
3841

3942
workflows:
4043
version: 2

0 commit comments

Comments
 (0)