Skip to content
Snippets Groups Projects
Commit 1cf27561 authored by Andreas's avatar Andreas
Browse files

bug/Fixed leaderboard getSurrounding repository missing user at

s
parent feaebb58
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
......@@ -9,6 +9,7 @@ cache:
stages:
- install
- build
- test
install_dependencies:
stage: install
......@@ -32,3 +33,17 @@ build_project:
paths:
- node_modules/
policy: pull
artifacts:
name: "Build project ${CI_COMMIT_REF_NAME}-${CI_JOB_ID}"
paths:
- build/
expire_in: 1 day
vitest_unit-tests:
stage: test
script:
- npm run test:unit
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