mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2025-12-26 20:33:15 +09:00
added the working directory in the npm github action
This commit is contained in:
1
.github/workflows/npm.yml
vendored
1
.github/workflows/npm.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user