Skip to content

Lighthouse 자동화 환경 구축 및 성능 개선 후 배포 #453

Lighthouse 자동화 환경 구축 및 성능 개선 후 배포

Lighthouse 자동화 환경 구축 및 성능 개선 후 배포 #453

Workflow file for this run

name: Deploy Storybook to Chromatic
on:
push:
branches:
- dev
pull_request:
workflow_dispatch:
jobs:
deploy:
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/[email protected]
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
exitZeroOnChanges: true