Skip to content

Commit

Permalink
Fix : 의존성 설치 CI 속도 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
JangGusWjd committed Oct 10, 2024
1 parent ed3220f commit 1973b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "VITE_APP_AI_URL=${{ secrets.VITE_APP_AI_URL }}" >> .env
- name: Install Dependencies # 의존 파일 설치
if: steps.cache.outputs.cache-hit != 'true'
run: npm install

- name: Update Browserslist DB
Expand Down

0 comments on commit 1973b00

Please sign in to comment.