Fixed path
This commit is contained in:
parent
2db095cc49
commit
070623ec04
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./ClientApp
|
working-directory: ClientApp
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -27,11 +27,8 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
- name: Install
|
- name: Install
|
||||||
working-directory: ./ClientApp
|
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./ClientApp
|
|
||||||
run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- name: Tests
|
- name: Tests
|
||||||
working-directory: ./ClientApp
|
|
||||||
run: npm test
|
run: npm test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user