run npm ci in server
This commit is contained in:
parent
dfbabf5da7
commit
d976140227
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
- uses: chill-viking/npm-ci@latest
|
||||
name: Run npm install in server
|
||||
with:
|
||||
working_directory: "../server"
|
||||
working_directory: "server"
|
||||
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
|
|
Loading…
Reference in a new issue