Wrong path

This commit is contained in:
shamoon 2025-03-06 00:41:04 -08:00 committed by GitHub
parent 39f5b171be
commit 00aee3bb94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@ jobs:
with:
path: |
~/.pnpm-store
~/.cache/ms-playwright
~/.cache
key: ${{ runner.os }}-frontenddeps-${{ hashFiles('src-ui/pnpm-lock.yaml') }}
-
name: Install dependencies
@ -244,8 +244,8 @@ jobs:
with:
path: |
~/.pnpm-store
~/.cache/ms-playwright
key: ${{ runner.os }}-frontenddeps-${{ hashFiles('src-ui/package-lock.json') }}
~/.cache
key: ${{ runner.os }}-frontenddeps-${{ hashFiles('src-ui/pnpm-lock.yaml') }}
- name: Re-link Angular cli
run: cd src-ui && pnpm link @angular/cli
-
@ -377,7 +377,7 @@ jobs:
with:
path: |
~/.pnpm-store
~/.cache/ms-playwright
~/.cache
key: ${{ runner.os }}-frontenddeps-${{ hashFiles('src-ui/package-lock.json') }}
-
name: Re-link Angular cli