Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamiao committed Aug 28, 2024
1 parent 7d1a9a6 commit 44be184
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44be184

Please sign in to comment.