mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update test.yml
This commit is contained in:
@@ -115,7 +115,7 @@ jobs:
|
|||||||
- name: Build Electron App
|
- name: Build Electron App
|
||||||
# Use --dir to build only the .app bundle without DMG
|
# Use --dir to build only the .app bundle without DMG
|
||||||
# This avoids flaky hdiutil "Resource busy" errors in CI
|
# 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
|
- name: Smoke Test
|
||||||
run: |
|
run: |
|
||||||
@@ -191,7 +191,7 @@ jobs:
|
|||||||
# On M1 runner, this should produce arm64 build
|
# On M1 runner, this should produce arm64 build
|
||||||
# Use --dir to build only the .app bundle without DMG
|
# Use --dir to build only the .app bundle without DMG
|
||||||
# This avoids flaky hdiutil "Resource busy" errors in CI
|
# 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
|
- name: Smoke Test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user