Skip to content

Commit

Permalink
👷 chore(ci): Add missing CI step for Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Jan 7, 2024
1 parent 7a83871 commit 9ac1edf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install Playwright dependencies
run: pnpm dlx playwright install-deps

# For now, we only need Chromium.
- name: Install browsers for Playwright
run: pnpm dlx playwright install chromium
Expand Down

0 comments on commit 9ac1edf

Please sign in to comment.