mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
ci: apply Storybook heap limit to visual job
This commit is contained in:
@@ -211,6 +211,10 @@ jobs:
|
||||
name: Visual Regression (kilo-vscode webview)
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
timeout-minutes: 15
|
||||
# kilocode_change start
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
# kilocode_change end
|
||||
|
||||
steps:
|
||||
- name: Checkout (internal)
|
||||
@@ -280,8 +284,6 @@ jobs:
|
||||
if: steps.storybook-cache-vscode.outputs.cache-hit != 'true'
|
||||
run: bun run build-storybook
|
||||
working-directory: packages/kilo-vscode
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096 # kilocode_change
|
||||
|
||||
- name: Generate baselines and enforce webview accessibility checks # kilocode_change
|
||||
run: bun run test:visual:update
|
||||
|
||||
Reference in New Issue
Block a user