From 6b4b2ad7974bcc0dc56a751af3feb7070da78003 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Mon, 22 Jan 2024 16:42:05 +0100 Subject: [PATCH] build --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9e6430..c6bc5c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,8 @@ jobs: with: node-version: "16.x" - run: npm ci - - run: npm test + - run: npm test:spellcheck + - run: npm test:build publish: if: github.ref == 'refs/heads/main' needs: test