CI for test frontend
This commit is contained in:
@@ -128,10 +128,11 @@ exunit:
|
|||||||
expire_in: 30 days
|
expire_in: 30 days
|
||||||
|
|
||||||
vitest:
|
vitest:
|
||||||
|
image: node:20
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
|
||||||
- lint-front
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- export EXITVALUE=0
|
||||||
|
- npm ci
|
||||||
- npm install --frozen-lockfile
|
- npm install --frozen-lockfile
|
||||||
script:
|
script:
|
||||||
- npm run coverage
|
- npm run coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user