mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Enable package caching for frontend testing
This commit is contained in:
parent
604d56d0b8
commit
3d961a3dbb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -190,6 +190,8 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'src-ui/package-lock.json'
|
||||
- run: cd src-ui && npm ci
|
||||
- run: cd src-ui && npm run lint
|
||||
- run: cd src-ui && npm run test
|
||||
|
Loading…
x
Reference in New Issue
Block a user