Updates
CI / test (push) Successful in 2m37s
Release rolling / release (push) Successful in 11m29s

This commit is contained in:
Raven Scott
2026-07-30 15:45:33 -04:00
parent 4b5b78892f
commit 726dbdfd56
10 changed files with 523 additions and 28 deletions
+3 -1
View File
@@ -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