Skip to content

Commit

Permalink
chore: workflow install
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Apr 28, 2024
1 parent 3823655 commit 2c44cfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn install --immutable
- run: yarn test
- uses: codecov/codecov-action@v4
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: install 🔨
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install --immutable
- name: packages build 🔨
run: lerna run build
- name: document build 🔨
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: install 🔨
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install --immutable
- name: build 🔨
run: lerna run build
- name: eslint 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: install 🔨
run: yarn install --immutable --immutable-cache --check-cache
run: yarn install --immutable
- name: build 🔨
run: lerna run build
- name: eslint 🚀
Expand Down

0 comments on commit 2c44cfa

Please sign in to comment.