ui_migration node(pack) add test:unit command
This commit is contained in:
parent
e803d60013
commit
d75051df4a
8 changed files with 72 additions and 22 deletions
|
|
@ -158,6 +158,14 @@ eslint:
|
|||
script:
|
||||
- npm run lint
|
||||
- npm run lint:style
|
||||
# The test run if only
|
||||
- npm run test:unit
|
||||
artifacts:
|
||||
name: "vitest-coverage-$CI_COMMIT_REF_SLUG"
|
||||
when: always
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
- coverage/
|
||||
|
||||
# Build JS app
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue