From 44be1845cbe1fe7d3d375e67920eb01a9d943571 Mon Sep 17 00:00:00 2001 From: xiamiao Date: Wed, 28 Aug 2024 17:29:41 +0800 Subject: [PATCH] chore: test --- .github/workflows/auto-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 4856e215b..72c6ddc01 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -35,9 +35,13 @@ jobs: node-version: 14.21.x cache: 'yarn' + - name: Install dependencies + run: | + yarn config set strict-ssl false + yarn + - name: Start run: | - yarn install yarn storybook