Skip to content

Commit

Permalink
try no logs
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Sep 18, 2024
1 parent 2998079 commit dabcfa1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -55,8 +57,6 @@ jobs:
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
env:
NODE_OPTIONS: --max-old-space-size=8192
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
Expand All @@ -66,6 +66,8 @@ jobs:
exitOnceUploaded: true
onlyChanged: true
storybookBaseDir: frontend
allowConsoleErrors: true
logFile: 'chromatic.log'
# Skip running Chromatic on dependabot PRs
skip: dependabot/**
# Only run when the frontend directory has changes
Expand Down

0 comments on commit dabcfa1

Please sign in to comment.