From c0ea5676387fc1d33e51bca0dd67cafc371d5df8 Mon Sep 17 00:00:00 2001 From: Piyush Katyal <109459034+piyushk77@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:21:36 +0530 Subject: [PATCH] chore: remove test commands --- .github/workflows/npm-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8b62f3b..9ae93c4 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,7 +20,6 @@ jobs: node-version: 'lts' - run: npm ci - - run: npm test publish-npm: needs: build