Updates
Rolling release / release (push) Failing after 1m24s

This commit is contained in:
2026-09-11 19:36:12 -04:00
parent 7604cded2c
commit a78708f8ff
26 changed files with 298 additions and 59 deletions
+9 -1
View File
@@ -17,8 +17,16 @@ jobs:
cache: npm
- run: npm ci
- run: npm test
- run: bash packaging/bare-launch.sh packaging/bare-run.js packaging/voice-runtime-smoke.js
- run: python3 -m py_compile apps/control-center/main.py computer-use/py/*.py
- run: npm run package
- name: Build and verify packaged speech roundtrip
env:
JARVIS_VERIFY_VOICE_MODELS: '1'
QVAC_CONFIG_PATH: /tmp/jarvis-ci-qvac.json
run: |
mkdir -p /tmp/jarvis-ci-models
printf '%s\n' '{"cacheDirectory":"/tmp/jarvis-ci-models"}' > "$QVAC_CONFIG_PATH"
npm run package
- name: Publish rolling prerelease to Gitea
env:
GITEA_SERVER_URL: ${{ gitea.server_url }}