forked from mirrors/homebox
set working directory
This commit is contained in:
parent
a2f3fa6cf1
commit
7f3138c1f9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/frontend.yaml
vendored
2
.github/workflows/frontend.yaml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
working-directory: frontend
|
||||
|
||||
- name: Vitest
|
||||
run: pnpm vitest --run
|
||||
working-directory: frontend
|
||||
|
|
Loading…
Reference in a new issue