Add npm test to CI

This commit is contained in:
vsrs 2020-05-23 15:20:46 +03:00
parent c41a10c293
commit 1739a542f8

View file

@ -116,5 +116,8 @@ jobs:
- run: npm run lint
working-directory: ./editors/code
- run: npm test
working-directory: ./editors/code
- run: npm run package --scripts-prepend-node-path
working-directory: ./editors/code