Skip to content
Snippets Groups Projects
Commit b3c17237 authored by Alexey Protsenko's avatar Alexey Protsenko Committed by Egor Fuchezhi
Browse files

Ci

parent 71a01650
No related branches found
No related tags found
1 merge request!1136chore: incorporate webui submodule
default:
tags:
- docker
image: node:19.8-alpine
stages:
- lint
- test
lint:
stage: lint
before_script:
- yarn add eslint
script:
- yarn lint
.test:
stage: test
before_script:
- yarn add jest
script:
- yarn test
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