Skip to content

Commit

Permalink
chore: modify electron build command
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 23, 2024
1 parent 1791bfd commit d46141e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm install

- name: Rebuild native modules for Electron
run: npx electron-builder install-app-deps
run: pnpm build:mac

- name: Run Playwright tests
run: npx playwright test
run: pnpm test:e2e

0 comments on commit d46141e

Please sign in to comment.