Skip to content

Commit

Permalink
chore: 워크 플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 18, 2024
1 parent ca659d6 commit a5e8f84
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/a11y-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
node-version: 20

- name: Cache Dependencies
id: cache
uses: actions/cache@v2
with:
path: ~/.pnpm-store
Expand All @@ -36,7 +35,6 @@ jobs:
run_install: false

- name: Install Dependency
if: steps.cache.outputs.cache-hit != 'true'
run: pnpm install --no-frozen-lockfile
working-directory: packages/wow-ui

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
node-version: 20.x

- name: Cache Dependencies
id: cache
uses: actions/cache@v2
with:
path: ~/.pnpm-store
Expand All @@ -36,7 +35,6 @@ jobs:
run_install: false

- name: Install Dependency
if: steps.cache.outputs.cache-hit != 'true'
run: pnpm install --no-frozen-lockfile
working-directory: packages/wow-ui

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
node-version: 20.x

- name: Cache Dependencies
id: cache
uses: actions/cache@v2
with:
path: ~/.pnpm-store
Expand All @@ -36,7 +35,6 @@ jobs:
run_install: false

- name: Install Dependency
if: steps.cache.outputs.cache-hit != 'true'
run: pnpm install --no-frozen-lockfile
working-directory: packages/wow-ui

Expand Down

0 comments on commit a5e8f84

Please sign in to comment.