Skip to content

Commit

Permalink
added cache-dependency-path: 'frontend/yarn.lock' to all frontend
Browse files Browse the repository at this point in the history
workflows
  • Loading branch information
Sigfried committed Nov 5, 2024
1 parent 5968a19 commit 5ff25cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: '22.x'
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'

- name: Print commit hash & branch for rollbacks & troubleshooting
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_frontend_e2e_live_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: '22.x'
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'

# Yarn Setup
# cache: 'yarn' # Enable yarn cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: '22.x'
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'

# Yarn Setup
# cache: 'yarn' # Enable yarn cache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_frontend_e2e_live_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
node-version: '22.x'
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'

# Yarn Setup
# cache: 'yarn' # Enable yarn cache
Expand Down

0 comments on commit 5ff25cb

Please sign in to comment.