From 1739a542f89ebf207eb42fec9ffc31f365e50ff6 Mon Sep 17 00:00:00 2001 From: vsrs Date: Sat, 23 May 2020 15:20:46 +0300 Subject: Add `npm test` to CI --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') 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: - 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 -- cgit v1.2.3