Skip to content

Commit

Permalink
chore: 웹 접근성 테스트 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 17, 2024
1 parent 4249a1c commit e3bcffb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/a11y-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: pnpm dlx playwright install --with-deps
working-directory: packages/wow-ui

- name: Build packages
run: pnpm build

- name: Start Storybook
run: |
nohup pnpm storybook &
Expand Down

0 comments on commit e3bcffb

Please sign in to comment.