We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40bf38c commit 53f94b2Copy full SHA for 53f94b2
.github/workflows/ci.yaml
@@ -634,6 +634,8 @@ jobs:
634
- name: Publish to Chromatic (non-mainline)
635
if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
636
uses: chromaui/action@v1
637
+ env:
638
+ NODE_OPTIONS: "--max_old_space_size=4096"
639
with:
640
buildScriptName: "storybook:build"
641
exitOnceUploaded: true
@@ -651,6 +653,8 @@ jobs:
651
653
- name: Publish to Chromatic (mainline)
652
654
if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
655
656
657
658
659
autoAcceptChanges: true
660
0 commit comments