TASK: Replace integration lane with post-build backend runtime black-box tests #72

Merged
darkhelm merged 23 commits from feature/issue-61-runtime-blackbox-integration into main 2026-07-05 22:49:09 -04:00
Showing only changes of commit 07f048f57a - Show all commits
+2 -1
View File
@@ -227,12 +227,13 @@ jobs:
export PATH="$HOME/.local/bin:$PATH"
export UV_LINK_MODE=copy
export NODE_OPTIONS="--max-old-space-size=512"
export YARN_NETWORK_CONCURRENCY=1
cd backend
uv sync --dev
cd ../frontend
# Keep Yarn in low-memory mode on constrained ARM runners.
yarn install --immutable --mode=skip-build --network-concurrency=1
yarn install --immutable --mode=skip-build
- name: Run pre-commit source checks
env: