Skip to content

Commit

Permalink
🚧 Chromatic ci 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Apr 10, 2024
1 parent 456b3b7 commit fd05558
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Chromatic'

on: push

jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache

- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit fd05558

Please sign in to comment.