This commit is contained in:
Hayden 2022-09-03 01:35:06 -08:00
parent 43fbc2fb68
commit 67c6297e8c
2 changed files with 3 additions and 2 deletions

View file

@ -20,5 +20,5 @@ jobs:
working-directory: frontend
- name: Vitest
run: pnpm vitest --run
run: pnpm test:ci
working-directory: frontend