Skip to content

Commit

Permalink
fix(ui): fix cache key computing
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemin committed Oct 19, 2023
1 parent e2996f9 commit 75f426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('./ui/yarn.lock') }}
- name: Install
run: yarn install
- name: Lint
Expand Down

0 comments on commit 75f426b

Please sign in to comment.