Skip to content

Commit

Permalink
fix: chromatic 스크립트
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyun-P committed Jan 25, 2024
1 parent 49b82e4 commit 71befd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Chromatic Report

on:
workflow_run:
workflows: ["Chromatic"]
workflows: ["Chromatic Deployment"]
types:
- completed

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
node-version: ${{ steps.nvm.outputs.NVMRC }}
- name: Corepack Enable
run: corepack enable
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
Expand Down

0 comments on commit 71befd1

Please sign in to comment.