ui_migration setup(CI) Add npm run lint:test to CI

This commit is contained in:
Antonio Anaya 2026-05-19 00:27:00 -06:00
parent a54980b027
commit f85a46c1f8

View file

@ -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"