Skip to content

Commit

Permalink
remove(yml): immutable cache제거
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 14, 2024
1 parent 9c3ba7d commit 1324b72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
yarn install --immutable --immutable-cache
yarn install --immutable
- name: Build Storybook
run: yarn workspace @zagdang/ui build-storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-pr.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
yarn install --immutable --immutable-cache
yarn install --immutable
- name: Build Storybook
run: yarn workspace @zagdang/ui build-storybook --webpack-stats-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-push.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: corepack enable && corepack prepare [email protected] --activate

- name: Install dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Run lint checks
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
corepack prepare [email protected] --activate
- name: Install dependencies
run: yarn install --immutable --immutable-cache
run: yarn install --immutable

- name: Run tests with coverage
run: yarn test --coverage
Expand Down

0 comments on commit 1324b72

Please sign in to comment.