From a53fe290be4c73448547e9a0675497de5e036114 Mon Sep 17 00:00:00 2001 From: "Mr.Mao" <951416545@qq.com> Date: Sun, 4 Jun 2023 16:41:59 +0800 Subject: [PATCH] ci: disable build step temporarily Commented out the build step in the CI workflow to speed up the pipeline. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3329435..21b5a00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,8 @@ jobs: - name: Install run: pnpm install - - name: Build - run: pnpm -r build + # - name: Build + # run: pnpm -r build - name: Test run: pnpm run test