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 03d6329 commit f2e6f8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
node-version: 14.21.x
cache: 'yarn'

- name: Start
run: |
yarn storybook
- name: Test
run: |
yarn run auto-test
Expand Down

0 comments on commit f2e6f8d

Please sign in to comment.