Skip to content

Commit

Permalink
changed playwrite installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaNektt committed Jun 25, 2024
1 parent 0291ca2 commit cb16895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- name: Install Playwright
run: npx playwright install --with-deps
- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps

- name: Build packages
run: pnpm run build
Expand Down

0 comments on commit cb16895

Please sign in to comment.