mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(ci): scope Electron native rebuilds (#1099)
This commit is contained in:
@@ -253,6 +253,7 @@ jobs:
|
||||
ls -la build/index.html || exit 1
|
||||
|
||||
- name: Rebuild and verify Electron native modules
|
||||
timeout-minutes: 10
|
||||
run: yarn electron:prepare-package
|
||||
|
||||
- name: Package Electron app
|
||||
@@ -318,6 +319,7 @@ jobs:
|
||||
ls -la build/index.html || exit 1
|
||||
|
||||
- name: Rebuild and verify Electron native modules
|
||||
timeout-minutes: 10
|
||||
run: yarn electron:prepare-package
|
||||
|
||||
- name: Package Electron app
|
||||
@@ -383,6 +385,7 @@ jobs:
|
||||
ls -la build/index.html || exit 1
|
||||
|
||||
- name: Rebuild and verify Electron native modules
|
||||
timeout-minutes: 10
|
||||
run: yarn electron:prepare-package
|
||||
|
||||
- name: Package Electron app
|
||||
@@ -450,6 +453,7 @@ jobs:
|
||||
|
||||
- name: Rebuild and verify Electron native modules
|
||||
shell: bash
|
||||
timeout-minutes: 10
|
||||
run: yarn electron:prepare-package
|
||||
|
||||
- name: Package Electron app
|
||||
|
||||
Reference in New Issue
Block a user