mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
added the working directory in the npm github action
This commit is contained in:
15
.github/workflows/npm.yml
vendored
15
.github/workflows/npm.yml
vendored
@@ -31,9 +31,12 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
working-directory: ./quartz-manager-frontend
|
||||
- run: npm test
|
||||
working-directory: ./quartz-manager-frontend
|
||||
- run: npm run build --if-present
|
||||
working-directory: ./quartz-manager-frontend
|
||||
- name: 'install'
|
||||
run: npm ci
|
||||
working-directory: quartz-manager-frontend
|
||||
- name: 'test'
|
||||
run: npm test
|
||||
working-directory: quartz-manager-frontend
|
||||
- name: 'build'
|
||||
run: npm run build --if-present
|
||||
working-directory: quartz-manager-frontend
|
||||
|
||||
Reference in New Issue
Block a user