Skip to content

카페 상세 페이지 구현 (#52) #19

카페 상세 페이지 구현 (#52)

카페 상세 페이지 구현 (#52) #19

Workflow file for this run

name: 'Chromatic Deployment'
on:
push:
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: yarn
- uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}