Further fixes to Vite CI
CI / Go tests & lint (push) Successful in 8s
CI / Frontend tests & type-check (push) Successful in 24s

This commit is contained in:
2026-04-09 10:53:06 -03:00
parent 9dbe18caea
commit 73ad1ed788
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ jobs:
- name: Run tests - name: Run tests
working-directory: web working-directory: web
run: CI=true npm test -- --watchAll=false run: npm test
+1 -1
View File
@@ -46,7 +46,7 @@ tasks:
desc: Run frontend tests desc: Run frontend tests
dir: "{{.WEB_DIR}}" dir: "{{.WEB_DIR}}"
deps: [web:install] deps: [web:install]
cmd: npm test -- --watchAll=false cmd: npm test
# ── Backend ───────────────────────────────────────────────────────────────── # ── Backend ─────────────────────────────────────────────────────────────────