From 3f8ad5885090d4fa6b43c007fad8f2f9cef2cb28 Mon Sep 17 00:00:00 2001 From: Shane Froebel Date: Fri, 17 Nov 2023 22:48:43 -0500 Subject: [PATCH] ci: no run test #1 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 202dc95..e7c7337 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,8 +20,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Dependencies run: npm install --ignore-scripts - - name: Run Unit Tests - run: npm run test:ci +# - name: Run Unit Tests +# run: npm run test:ci - name: Release Drafter uses: release-drafter/release-drafter@v5.9.0 env: