Public Access
TASK: Replace integration lane with post-build backend runtime black-box tests #72
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user