From d3c5cf10fc44dc867a28bc62b29c1cb6bffafd26 Mon Sep 17 00:00:00 2001 From: Quarix <144305875+uarix@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:08:46 +0800 Subject: [PATCH] :wrench: remove AI generated section --- .github/workflows/test-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5957eb7..c709c1f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -34,9 +34,6 @@ jobs: - name: Install Dependencies run: npm install - - name: Run Tests - run: npm test - - name: Build env: NODE_ENV: production