Skip to content

Commit

Permalink
fix: 크로마틱 배포 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 6, 2024
1 parent 6c276fe commit d6719fd
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- packages/wow-ui/src/**

jobs:
test:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -24,25 +24,13 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup pnpm cache
uses: actions/cache@v3
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Dependency
run: pnpm install
working-directory: packages/ui
run_install: true

- name: Publish Chromatic
id: chromatic
uses: chromaui/action@v1
with:
workingDir: packages/ui/src
workingDir: packages/wow-ui/src
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.TOKEN }}

Expand Down

0 comments on commit d6719fd

Please sign in to comment.