From c6bd0254800a18a8fb606587e51ba1612c1355e4 Mon Sep 17 00:00:00 2001 From: crypblizz <45455218+crypblizz8@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:53:03 +0200 Subject: [PATCH] chore: temp rm test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea3d9ff..1933e3f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,5 +21,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm test + # - run: npm test - run: npm run build