mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 18:08:05 +01:00
Include code cache for preload bundle
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -54,6 +54,8 @@ jobs:
|
||||
run: npm run generate
|
||||
- name: Bundle
|
||||
run: npm run build:esbuild:prod
|
||||
- name: Create preload cache
|
||||
run: xvfb-run --auto-servernum npm run build:preload-cache
|
||||
|
||||
- name: Run startup benchmarks
|
||||
run: |
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -165,6 +165,8 @@ jobs:
|
||||
|
||||
- name: Create bundle
|
||||
run: npm run build:esbuild:prod
|
||||
- name: Create preload cache
|
||||
run: xvfb-run --auto-servernum npm run build:preload-cache
|
||||
|
||||
- name: Build with packaging .deb file
|
||||
run: npm run build:release -- --publish=never
|
||||
@@ -249,6 +251,8 @@ jobs:
|
||||
|
||||
- name: Create bundle
|
||||
run: npm run build:esbuild:prod
|
||||
- name: Create preload cache
|
||||
run: npm run build:preload-cache
|
||||
|
||||
- name: Build with NSIS
|
||||
run: npm run build:release
|
||||
@@ -359,6 +363,8 @@ jobs:
|
||||
run: npm run generate
|
||||
- name: Bundle
|
||||
run: npm run build:esbuild:prod
|
||||
- name: Create preload cache
|
||||
run: xvfb-run --auto-servernum npm run build:preload-cache
|
||||
|
||||
- name: Run mock server tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user