fix(ci): macOS test builds fail with hdiutil "Resource busy" error

This commit is contained in:
plebeius
2026-01-14 14:36:13 +01:00
parent 58e5b59c9f
commit 46f0f494e9
+6 -2
View File
@@ -113,7 +113,9 @@ jobs:
CI: ''
- name: Build Electron App
run: yarn electron:build:mac
# Use --dir to build only the .app bundle without DMG
# This avoids flaky hdiutil "Resource busy" errors in CI
run: yarn build && yarn build:preload && electron-builder build --publish never -m --dir
- name: Smoke Test
run: |
@@ -187,7 +189,9 @@ jobs:
- name: Build Electron App
# On M1 runner, this should produce arm64 build
run: yarn electron:build:mac
# Use --dir to build only the .app bundle without DMG
# This avoids flaky hdiutil "Resource busy" errors in CI
run: yarn build && yarn build:preload && electron-builder build --publish never -m --dir
- name: Smoke Test
run: |