From cea88d09af9ce7b48b5a15554eac3266b9653619 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Thu, 22 Aug 2024 03:26:54 +0900 Subject: [PATCH] =?UTF-8?q?Chromatic=E7=94=A8=E3=81=ABNode=E3=81=AE?= =?UTF-8?q?=E3=83=A1=E3=83=A2=E3=83=AA=E3=82=92=E5=A2=97=E3=82=84=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chromatic.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 937d6aa57e..bf3c470c76 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -8,14 +8,20 @@ name: "Chromatic" on: push: - branches: - - main + # TOOD: あとで戻す + # branches: + # - main + +env: + # Chromatic用にNodeのメモリを増やす + # https://github.com/chromaui/chromatic-cli/issues/550#issuecomment-1150713820 + NODE_OPTIONS: --max-old-space-size=16384 jobs: chromatic: name: Run Chromatic runs-on: ubuntu-latest - if: github.repository_owner == 'VOICEVOX' + # if: github.repository_owner == 'VOICEVOX' # TODO: あとで戻す steps: - uses: actions/checkout@v4 with: