Skip to content

Commit

Permalink
fix: 웹 접근성 자동화 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 13, 2024
1 parent 9e1ac56 commit 0977e88
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/a11y-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
run: pnpm install --no-frozen-lockfile
working-directory: packages/wow-ui

- name: Install concurrently
run: pnpm install concurrently --save-dev
working-directory: packages/wow-ui

- name: Build Storybook
run: pnpm run build-storybook --quiet
working-directory: packages/wow-ui

- name: Serve Storybook and run tests
run: |
pnpm concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"pnpm http-server storybook-static --port 6006 --silent" \
"pnpm wait-on tcp:6006 && pnpm test-storybook"
run: pnpm storybook && pnpm test-storybook
working-directory: packages/wow-ui

0 comments on commit 0977e88

Please sign in to comment.