Skip to content

Commit

Permalink
fix: playwright 인스톨커멘드추가
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Mar 5, 2024
1 parent 8ba1bec commit 638bb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
${{ runner.os }}-playwright-
- name: Install Playwright's dependencies
if: steps.playwright-cache.outputs.cache-hit != 'true'
# if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps

- name: Build Storybook
Expand Down

0 comments on commit 638bb45

Please sign in to comment.