CI for test frontend

This commit is contained in:
Laurent GAY
2025-06-05 17:13:31 +02:00
committed by setop
parent f1cbfe4a17
commit 740e346469

View File

@@ -128,10 +128,11 @@ exunit:
expire_in: 30 days
vitest:
image: node:20
stage: test
needs:
- lint-front
before_script:
- export EXITVALUE=0
- npm ci
- npm install --frozen-lockfile
script:
- npm run coverage