diff options
author | vsrs <[email protected]> | 2020-05-23 13:20:46 +0100 |
---|---|---|
committer | vsrs <[email protected]> | 2020-05-23 13:20:46 +0100 |
commit | 1739a542f89ebf207eb42fec9ffc31f365e50ff6 (patch) | |
tree | 25cd661320f94306ca732778a41aa5314c9d63c6 | |
parent | c41a10c29331127ee830badddae55f3e27c9a6ea (diff) |
Add `npm test` to CI
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00f299ff1..7cb89834e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -116,5 +116,8 @@ jobs: | |||
116 | - run: npm run lint | 116 | - run: npm run lint |
117 | working-directory: ./editors/code | 117 | working-directory: ./editors/code |
118 | 118 | ||
119 | - run: npm test | ||
120 | working-directory: ./editors/code | ||
121 | |||
119 | - run: npm run package --scripts-prepend-node-path | 122 | - run: npm run package --scripts-prepend-node-path |
120 | working-directory: ./editors/code | 123 | working-directory: ./editors/code |