Skip to content

Commit

Permalink
Install only chromium browser
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse committed Feb 19, 2024
1 parent 77eaec3 commit 5fb1882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
run: pnpm exec playwright install chromium
- name: Run migrations
run: pnpm drizzle-kit push:pg
env:
Expand Down

0 comments on commit 5fb1882

Please sign in to comment.