Skip to content

Commit

Permalink
ci: Added playwright install to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Apr 22, 2024
1 parent 977ee42 commit 1ebb9c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 1ebb9c0

Please sign in to comment.