Skip to content

Commit

Permalink
[🔨chore]: zero install로 인하여 github actions환경에서 의존성 설치시 --immutable명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Apr 2, 2024
1 parent b9f0c2c commit e16c191
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Set up Node
uses: actions/setup-node@v4
Expand All @@ -26,6 +24,9 @@ jobs:
run: |
yarn set version 4.1.0
- name: Install dependencies
run: yarn install --immutable --immutable-cache

- name: Test utility functions
run: yarn run test

Expand Down

0 comments on commit e16c191

Please sign in to comment.