Skip to content

Commit 8377f6a

Browse files
committed
run unit tests on CI
1 parent f6a1de8 commit 8377f6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- run:
1616
name: show package contents 📦
1717
command: npm pack --dry
18+
- run:
19+
name: unit tests 🧪
20+
command: npm run test:unit
1821

1922
release:
2023
executor:

0 commit comments

Comments
 (0)