From 57c915fb6a3b1c66b2791f568a1e3e4b24008971 Mon Sep 17 00:00:00 2001 From: xiamiao Date: Wed, 28 Aug 2024 15:21:54 +0800 Subject: [PATCH] chore: test --- .github/workflows/auto-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index f45df4b6c..ef5d86b06 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -18,10 +18,10 @@ jobs: node-version: 14.21.x cache: 'yarn' - - name: Install dependencies - run: | - yarn config set strict-ssl false - yarn + # - name: Install dependencies + # run: | + # yarn config set strict-ssl false + # yarn # - name: Run # run: |