Fix Resolve with AI icon (#2918)

This commit is contained in:
Brennan Benson
2026-05-27 15:45:52 -07:00
committed by GitHub
parent d6298dd723
commit fab37014fa
7 changed files with 230 additions and 8 deletions
+1 -3
View File
@@ -89,9 +89,7 @@ jobs:
# Why: install intentionally blocks Electron's package postinstall, but
# some unit tests import `electron` under Node and require path.txt.
- name: Install Electron package binary for tests
run: |
pnpm rebuild electron --pending
node -e "require('electron')"
run: node config/scripts/install-electron-package-binary.mjs
- name: Test
run: pnpm test