Enable package caching for frontend testing

This commit is contained in:
Trenton H 2023-03-01 15:16:34 -08:00
parent 604d56d0b8
commit 3d961a3dbb

View File

@ -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