From 6171f795f238d23a4c2dc1cc570174c0dc65fe6c Mon Sep 17 00:00:00 2001 From: madura Date: Tue, 3 May 2022 01:02:43 +0530 Subject: [PATCH] remove dependency --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2050c725e..3b2b87f80 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -30,7 +30,7 @@ jobs: # - run: npm test publish-npm: - needs: test + # needs: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2