Skip to content

Commit

Permalink
fix: 🐛 add save always
Browse files Browse the repository at this point in the history
  • Loading branch information
DhariniJeeva committed May 10, 2024
1 parent 122208c commit 1d8542d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-admin-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
path: "**/node_modules"
key: node-modules-${{ hashFiles('**/yarn.lock') }}
save-always: true
restore-keys: |
node-modules-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monorepo-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
path: "**/node_modules"
key: node-modules-${{ hashFiles('**/yarn.lock') }}
save-always: true
restore-keys: |
node-modules-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Expand Down

0 comments on commit 1d8542d

Please sign in to comment.