Skip to content

Commit 1739a54

Browse files
committed
Add npm test to CI
1 parent c41a10c commit 1739a54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,8 @@ jobs:
116116
- run: npm run lint
117117
working-directory: ./editors/code
118118

119+
- run: npm test
120+
working-directory: ./editors/code
121+
119122
- run: npm run package --scripts-prepend-node-path
120123
working-directory: ./editors/code

0 commit comments

Comments
 (0)