choose different working directory
This commit is contained in:
parent
b0b8ce2d6d
commit
0efd9a65b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -125,7 +125,7 @@ jobs:
|
|||
|
||||
- name: Run npm install in server
|
||||
run: npm ci
|
||||
working-directory: ../server
|
||||
working-directory: ./server
|
||||
|
||||
- name: Run e2e tests
|
||||
run: npm run test:e2e
|
||||
|
|
Loading…
Reference in a new issue