Skip to content

Commit

Permalink
main branch の push workflow に storybook の自動テストを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kuramapommel committed Sep 4, 2024
1 parent 0a621e1 commit 5f0702c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Run Unit Tests
run: yarn test

- name: Run Storybook
run: yarn storybook

- name: Run Storybook Tests
run: yarn storybook:test

- name: Install Playwright
run: npx playwright install --with-deps

Expand Down

0 comments on commit 5f0702c

Please sign in to comment.