Skip to content

๊ฒฐ๊ณผ ํŽ˜์ด์ง€ ํ”ผ๋“œ๋ฐฑ ์—†์„ ๋•Œ, ๊ณต์œ  ๋ฒ„ํŠผ ๋กœ์ง #851

๊ฒฐ๊ณผ ํŽ˜์ด์ง€ ํ”ผ๋“œ๋ฐฑ ์—†์„ ๋•Œ, ๊ณต์œ  ๋ฒ„ํŠผ ๋กœ์ง

๊ฒฐ๊ณผ ํŽ˜์ด์ง€ ํ”ผ๋“œ๋ฐฑ ์—†์„ ๋•Œ, ๊ณต์œ  ๋ฒ„ํŠผ ๋กœ์ง #851

Workflow file for this run

name: 'Chromatic'
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: actions/checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set node linker to nodeModules
run: yarn config set nodeLinker "node-modules"
- name: Install dependencies
run: yarn install --immutable
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_TOKEN }}
buildScriptName: sb:build