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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- name: 'install'
|
||||||
working-directory: ./quartz-manager-frontend
|
run: npm ci
|
||||||
- run: npm test
|
working-directory: quartz-manager-frontend
|
||||||
working-directory: ./quartz-manager-frontend
|
- name: 'test'
|
||||||
- run: npm run build --if-present
|
run: npm test
|
||||||
working-directory: ./quartz-manager-frontend
|
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