Skip to content

Commit

Permalink
Updating the CICD pipeline Workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
DotCipher committed Apr 3, 2024
1 parent 87f85c0 commit dc1be06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
cache-name: cache-node-modules
with:
path: frontend/node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ runner.os }}-build-${{ runner.os }}
Expand Down

0 comments on commit dc1be06

Please sign in to comment.