Skip to content
Snippets Groups Projects
Commit 22c31eb1 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

ci must have acess to git

parent 8c2c796b
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!188Resolve "[MIN-305] Make npm packages versions static"
Pipeline #89357 failed
......@@ -12,7 +12,7 @@ lint:commit:
stage: lint
allow_failure: true
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint
......@@ -21,7 +21,7 @@ linter:
image: node:16.16.0-alpine
stage: lint
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- npm run lint:ts
......@@ -34,7 +34,7 @@ prettier:
image: node:16.16.0-alpine
stage: prettier
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- npm run prettier:ci
......@@ -48,7 +48,7 @@ jest:
stage: test
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
before_script:
- apk add --no-cache npm
- apk add --no-cache npm git
- npm install
script:
- npm run test:ci
......
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