Skip to content

Commit

Permalink
small improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaNektt committed Jun 25, 2024
1 parent d48cbaf commit e293130
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-

- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- name: Install Playwright
run: pnpm add -D playwright

- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps
working-directory: packages/alto

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

0 comments on commit e293130

Please sign in to comment.