added the working directory in the npm github action

This commit is contained in:
Fabio Formosa
2022-10-27 01:17:41 +02:00
parent fc1ea9166c
commit 2ca24a9aae

View File

@@ -35,6 +35,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: ./quartz-manager-frontend/package-lock.json
- name: 'install'
run: npm ci
- name: 'test'