Updates
This commit is contained in:
@@ -95,6 +95,11 @@ jobs:
|
||||
echo "==> esbuild binary"
|
||||
node node_modules/esbuild/install.js
|
||||
node -e "console.log('node', process.version); console.log('esbuild', require('esbuild').version)"
|
||||
# QVAC: npm ci skips os/cpu-mismatched optional bare-runtime-* packages.
|
||||
# Force-install every client host binary so Linux CI can package darwin/win32.
|
||||
# https://github.com/tetherto/qvac/issues/1492
|
||||
echo "==> ensure QVAC bare-runtime platform packages"
|
||||
node scripts/ensure-qvac-bare-runtimes.cjs --all
|
||||
|
||||
- name: Unit tests
|
||||
timeout-minutes: 10
|
||||
@@ -141,7 +146,8 @@ jobs:
|
||||
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
|
||||
electron_config_cache: ${{ github.workspace }}/.cache/electron
|
||||
PEARDATA_ELECTRON_DOWNLOAD_TIMEOUT_MS: '180000'
|
||||
PEARDATA_CLIENT_TIMEOUT_MS: '480000'
|
||||
# QVAC bundleSdk + forge package is heavy; 8m was tight for multi-host matrix
|
||||
PEARDATA_CLIENT_TIMEOUT_MS: '1200000'
|
||||
ELECTRON_GET_USE_PROXY: '0'
|
||||
CI: 'true'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user