Skip to content

SSR 요청 모킹을 위한 express 서버 MSW 세팅 #11

SSR 요청 모킹을 위한 express 서버 MSW 세팅

SSR 요청 모킹을 위한 express 서버 MSW 세팅 #11

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 }}