From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:16:34 +0000 (-0800) Subject: Enable package caching for frontend testing X-Git-Tag: v1.14.0-beta.rc1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d961a3dbbc69d61ed2880840dcf9fdb1165df84;p=thirdparty%2Fpaperless-ngx.git Enable package caching for frontend testing --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3545ecee4..7255d1d9f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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