Skip to content
Snippets Groups Projects
Commit 31aad61e authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

Merge branch 'development' of https://gitlab.lcsb.uni.lu/minerva/frontend into development

parents 4899f3e7 b52b4223
No related branches found
No related tags found
1 merge request!223reset the pin numbers before search results are fetch (so the results will be...
Pipeline #78411 passed
stages:
- lint
- test
cache:
paths:
- ~/.cache
lint:commit:
image: node:16.16.0-alpine
stage: lint
allow_failure: true
before_script:
- apk add --no-cache npm
- npm ci
script:
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint
linter:
image: node:16.16.0-alpine
stage: lint
before_script:
- apk add --no-cache npm
- npm ci
script:
- npm run lint:ts
only:
- development
- merge_requests
- tags
jest:
image: node:16.16.0-alpine
stage: test
......@@ -26,15 +50,4 @@ jest:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
linter:
image: node:16.16.0-alpine
stage: test
before_script:
- apk add --no-cache npm
- npm ci
script:
- npm run lint:ts
only:
- development
- merge_requests
- tags
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