Updates
This commit is contained in:
@@ -58,6 +58,8 @@ jobs:
|
||||
git config --global url."https://github.com/".insteadOf "[email protected]:"
|
||||
npm ci --ignore-scripts --no-audit --no-fund
|
||||
node node_modules/esbuild/install.js
|
||||
# Cross-host bare-runtime binaries for QVAC Electron clients (issue #1492)
|
||||
node scripts/ensure-qvac-bare-runtimes.cjs --all
|
||||
|
||||
- name: Unit tests
|
||||
env:
|
||||
@@ -87,7 +89,7 @@ jobs:
|
||||
PEARDATA_SKIP_REBUILD: '1'
|
||||
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
|
||||
electron_config_cache: ${{ github.workspace }}/.cache/electron
|
||||
PEARDATA_CLIENT_TIMEOUT_MS: '480000'
|
||||
PEARDATA_CLIENT_TIMEOUT_MS: '1200000'
|
||||
CI: 'true'
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user