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 8c39338 commit e63179d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
yarn config set strict-ssl false
yarn
- name: Run
# - name: Run
# run: |
# yarn storybook

- name: Test
run: |
yarn storybook
cd hi-test
yarn playwright test

0 comments on commit e63179d

Please sign in to comment.