Skip to content

Commit

Permalink
fix: 웹 접근성 자동화 테스트 워크 플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 17, 2024
1 parent 2e040fa commit 3a28c12
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 @@ -38,6 +38,9 @@ jobs:
run: nohup pnpm storybook &
working-directory: packages/wow-ui

- name: Wait for Storybook to be ready
run: pnpm dlx wait-on http://127.0.0.1:6006

- name: Run tests
run: pnpm test-storybook
working-directory: packages/wow-ui
Expand Down

0 comments on commit 3a28c12

Please sign in to comment.