Skip to content

Commit 8f25d35

Browse files
committed
test: Run Electron test (main) in CI
1 parent ddf7b43 commit 8f25d35

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ jobs:
155155
pnpm run clean
156156
pnpm run test.skip_gc_tests
157157
158+
- name: Test Electron (Main)
159+
if: ${{ !matrix.docker }}
160+
run: |
161+
pnpm install -g electron@latest
162+
pnpm run clean
163+
pnpm run test.electron.main
164+
158165
- name: Tests + GC Tests (Release)
159166
if: ${{ !matrix.docker }}
160167
run: |

0 commit comments

Comments
 (0)