Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski committed Nov 1, 2024
1 parent 59da8d3 commit b517468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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: pnpx playwright install --with-deps
run: pnpm exec playwright install --with-deps

- name: Run Playwright tests
run: pnpx playwright test
run: pnpm exec playwright test
4 changes: 1 addition & 3 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { PlaywrightTestConfig } from '@playwright/test';

const config: PlaywrightTestConfig = {
const config = {
webServer: {
command: 'pnpm build:svelte && pnpm preview',
port: 4173,
Expand Down

0 comments on commit b517468

Please sign in to comment.