Skip to content

Commit

Permalink
hotfix: 의존성 설치 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphinlmg authored Aug 31, 2023
2 parents 251d943 + 5921127 commit c44c509
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
cache-dependency-path: client/node_modules
hash-path: client/yarn.lock
directory: client

client-lint:
defaults:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/install-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ on:
hash-path:
type: string
required: true
directory:
type: string
required: true
outputs:
dependency_cache_key:
description: 'Dependency cache key'
value: ${{ jobs.install_dependencies.outputs.dependency_cache_key }}
jobs:
install_dependencies:
defaults:
run:
working-directory: ${{ inputs.directory }}
name: Install Dependencies
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
cache-dependency-path: server/node_modules
hash-path: server/yarn.lock
directory: server

server-lint:
defaults:
Expand Down

0 comments on commit c44c509

Please sign in to comment.