From d7379c8d11103ec737d3821d641b1dba4c2b45eb Mon Sep 17 00:00:00 2001 From: Mario Subotic Date: Thu, 13 Jan 2022 15:44:01 +0800 Subject: [PATCH] build: add test to publish script --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 674eed5..f596cb5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,9 @@ jobs: - name: Installing dependencies run: npm ci + - name: Testing + run: npm test + - name: Building run: npm run build