Further fixes to Vite CI
This commit is contained in:
@@ -44,4 +44,4 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
working-directory: web
|
||||
run: CI=true npm test -- --watchAll=false
|
||||
run: npm test
|
||||
|
||||
@@ -46,7 +46,7 @@ tasks:
|
||||
desc: Run frontend tests
|
||||
dir: "{{.WEB_DIR}}"
|
||||
deps: [web:install]
|
||||
cmd: npm test -- --watchAll=false
|
||||
cmd: npm test
|
||||
|
||||
# ── Backend ─────────────────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user