Skip to content

Commit

Permalink
fix: fix Chromatic script memory allocation in CI (twentyhq#5299)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisguigon committed May 6, 2024
1 parent 2c9f50e commit 16ae34d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ jobs:
touch .env
echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env
- name: Publish to Chromatic
run: |
npx nx run twenty-front:chromatic:ci
run: NODE_OPTIONS=--max-old-space-size=5000 npx nx run twenty-front:chromatic:ci
front-task:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 16ae34d

Please sign in to comment.