Skip to content

Commit

Permalink
fix: playwright install issue (#834)
Browse files Browse the repository at this point in the history
* fix: always run playwright install

* fix: remove line
  • Loading branch information
spaenleh committed Apr 30, 2024
1 parent 252e6bc commit 500059c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
- name: Install playwright
run: npx playwright install --with-deps
if: steps.playwright-cache.outputs.cache-hit != 'true'

- name: Build storybook
run: yarn storybook:build --quiet
Expand Down

0 comments on commit 500059c

Please sign in to comment.