fix: fix Chromatic script memory allocation in CI (#5299)
This commit is contained in:
3
.github/workflows/ci-front.yaml
vendored
3
.github/workflows/ci-front.yaml
vendored
@ -87,8 +87,7 @@ jobs:
|
|||||||
touch .env
|
touch .env
|
||||||
echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env
|
echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env
|
||||||
- name: Publish to Chromatic
|
- name: Publish to Chromatic
|
||||||
run: |
|
run: NODE_OPTIONS=--max-old-space-size=5000 npx nx run twenty-front:chromatic:ci
|
||||||
npx nx run twenty-front:chromatic:ci
|
|
||||||
front-task:
|
front-task:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user