Skip to content

Commit 2bc9a2e

Browse files
committed
Enable testing of cli packages
1 parent 594bc0c commit 2bc9a2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565

6666
- name: "Lint"
6767
run: npm run lint
68+
69+
- name: "Test (Cli)"
70+
run: npm run test:cli
6871

69-
- name: "Test"
72+
- name: "Test (Browser)"
7073
run: npm run test

0 commit comments

Comments
 (0)