Skip to content

Feat: 도메인 페이지 UI변경 반영, QA 반영, 버그 해결 #23

Feat: 도메인 페이지 UI변경 반영, QA 반영, 버그 해결

Feat: 도메인 페이지 UI변경 반영, QA 반영, 버그 해결 #23

Workflow file for this run

name: 'Chromatic Deployment'
on:
pull_request:
types: [closed]
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: yarn install
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}