Skip to content

fix: 리포트 및 자산관리 페이지 디자인 오류 해결 (#315) #129

fix: 리포트 및 자산관리 페이지 디자인 오류 해결 (#315)

fix: 리포트 및 자산관리 페이지 디자인 오류 해결 (#315) #129

Workflow file for this run

name: "Chromatic Deployment"
on:
push:
branches: [ "develop" ]
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}