Further fixes to Vite CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 ─────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user