Skip to content
Snippets Groups Projects
Commit 300a3a5f authored by Andreas's avatar Andreas
Browse files

test/Update .gitlab-ci.yml

parent 70ec1c61
No related branches found
No related tags found
1 merge request!46Updated jobs to also check vitest unit tests and run npm lint to check lint
Pipeline #279848 failed
...@@ -37,7 +37,6 @@ build_project: ...@@ -37,7 +37,6 @@ build_project:
vitest_unit-tests: vitest_unit-tests:
stage: test stage: test
script: script:
- npm ci
- npm run test:unit - npm run test:unit
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment