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: stages:
- test - lint
- build - build
test: lint:
stage: test stage: lint
image: buildkite/puppeteer image: buildkite/puppeteer
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
...@@ -11,8 +11,6 @@ test: ...@@ -11,8 +11,6 @@ test:
- apt-get update && apt-get install -y jq - apt-get update && apt-get install -y jq
- yarn install - yarn install
script: script:
- yarn i18n-compile
- yarn test:unit
- yarn lint - yarn lint
cache: cache:
key: front_node_modules 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