Skip to content

Commit

Permalink
Update .github/workflows/playwright-tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Max Schmitt <[email protected]>
  • Loading branch information
stolinski and mxschmitt authored Nov 6, 2024
1 parent 5a34426 commit fe14fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pnpm db:generate

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

- name: Run Playwright tests
run: pnpm exec playwright test

0 comments on commit fe14fa8

Please sign in to comment.