mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Wrong path
This commit is contained in:
parent
39f5b171be
commit
00aee3bb94
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user