Update test.yml

This commit is contained in:
plebeius
2026-01-14 15:03:22 +01:00
parent 46f0f494e9
commit 91cd84819d
+2 -2
View File
@@ -115,7 +115,7 @@ jobs:
- name: Build Electron App
# 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
run: yarn build && yarn build:preload && yarn electron-builder build --publish never -m --dir
- name: Smoke Test
run: |
@@ -191,7 +191,7 @@ jobs:
# On M1 runner, this should produce arm64 build
# 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
run: yarn build && yarn build:preload && yarn electron-builder build --publish never -m --dir
- name: Smoke Test
run: |