Skip to content

Commit

Permalink
refactor: 크로마틱 관련 ci 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
brgndyy committed Jul 23, 2024
1 parent 17f5af6 commit 1370c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/front_storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ on:
pull_request:
branches:
- main
paths:
- "frontend/**"

jobs:
chromatic:
name: Run Chromatic
if: ${{ contains(github.event.pull_request.labels.*.name, '🎨 프론트엔드') }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: 20.15.1
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
.env
.DS_Store
build-storybook.log
/dist

0 comments on commit 1370c32

Please sign in to comment.