Skip to content

API 모듈 추상화 (issue #20) #4

API 모듈 추상화 (issue #20)

API 모듈 추상화 (issue #20) #4

name: "Chromatic"
on:
pull_request:
branches: [main]
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Change directory to front
run: cd front
- name: Install dependencies
run: npm ci
working-directory: front
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
working-directory: front

Check failure on line 28 in .github/workflows/front_storybook.yml

View workflow run for this annotation

GitHub Actions / Chromatic

Invalid workflow file

The workflow is not valid. .github/workflows/front_storybook.yml (Line: 28, Col: 9): Unexpected value 'working-directory'