Skip to content

Commit

Permalink
perf: remove redundant cache key restoration (deriv-com#17718)
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv authored Dec 3, 2024
1 parent d852e8d commit 0eb1592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
node_modules
packages/*/node_modules
key: node_modules-cache-${{ hashFiles('package-lock.json', 'packages/*/package.json') }}
restore-keys: node_modules-cache-
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
name: Install dependencies
uses: "./.github/actions/npm_install_from_cache"
Expand Down

0 comments on commit 0eb1592

Please sign in to comment.