diff --git a/.github/workflows/UnitTest-UI.js.yml b/.github/workflows/UnitTest-UI.js.yml index ec1f45a..91c694a 100644 --- a/.github/workflows/UnitTest-UI.js.yml +++ b/.github/workflows/UnitTest-UI.js.yml @@ -30,6 +30,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + cache-dependency-path: User-Interface/package-lock.json - run: npm ci working-directory: User-Interface - run: npm run-script build --if-present