mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(ci): macOS test builds fail with hdiutil "Resource busy" error
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user