From f85a46c1f8e6e1bc75811e47def25c99dde841dc Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Tue, 19 May 2026 00:27:00 -0600 Subject: [PATCH] ui_migration setup(CI) Add npm run lint:test to CI --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb1d4a73..3b974a7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,7 +159,8 @@ javascript-lint-and-test: script: - npm run lint - 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 artifacts: name: "vitest-coverage-$CI_COMMIT_REF_SLUG"