ui_migration setup(CI) Add npm run lint:test to CI
This commit is contained in:
parent
a54980b027
commit
f85a46c1f8
1 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,8 @@ javascript-lint-and-test:
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run lint:style
|
- npm run lint:style
|
||||||
# The test run if only
|
- npm run lint:test
|
||||||
|
# The test runs only if a test spec file has changed
|
||||||
- npm run test:unit
|
- npm run test:unit
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "vitest-coverage-$CI_COMMIT_REF_SLUG"
|
name: "vitest-coverage-$CI_COMMIT_REF_SLUG"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue