diff options
-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 |