Skip to content

Commit df787b4

Browse files
committed
fix: install electron
1 parent b0d8fcc commit df787b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
- name: Install dependencies
4747
run: pnpm install --frozen-lockfile
4848

49+
- name: Install Electron binary
50+
run: node node_modules/electron/install.js
51+
working-directory: e2e
52+
4953
- name: Install Playwright dependencies
5054
run: pnpm --filter e2e exec playwright install --with-deps chromium
5155

0 commit comments

Comments
 (0)