Skip to content

Commit

Permalink
Chromatic用にNodeのメモリを増やす
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 21, 2024
1 parent 7aa6e86 commit cea88d0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@ name: "Chromatic"

on:
push:
branches:
- main
# TOOD: あとで戻す

Check warning on line 11 in .github/workflows/chromatic.yml

View workflow job for this annotation

GitHub Actions / typos

"TOOD" should be "TODO".
# 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:
Expand Down

0 comments on commit cea88d0

Please sign in to comment.