Skip to content

[2단계 - 페이먼츠 모듈] 호이초이(최호연) 미션 제출합니다. (#147) #9

[2단계 - 페이먼츠 모듈] 호이초이(최호연) 미션 제출합니다. (#147)

[2단계 - 페이먼츠 모듈] 호이초이(최호연) 미션 제출합니다. (#147) #9

Workflow file for this run

# Workflow name
name: 'Chromatic Deployment'
# Event for the workflow
on: push
# List of jobs
jobs:
chromatic:
name: 'Run Chromatic'
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: |
cd components
yarn install
- uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
workingDir: ./components