Skip to content
Snippets Groups Projects
Verified Commit d5d504a8 authored by Georg Krause's avatar Georg Krause
Browse files

Do not execute tests, only lint

parent 6e15373d
No related branches found
No related tags found
1 merge request!13Update to Vue3
Pipeline #16467 passed
stages:
- test
- lint
- build
test:
stage: test
lint:
stage: lint
image: buildkite/puppeteer
variables:
GIT_STRATEGY: clone
......@@ -11,8 +11,6 @@ test:
- apt-get update && apt-get install -y jq
- yarn install
script:
- yarn i18n-compile
- yarn test:unit
- yarn lint
cache:
key: front_node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment