Skip to content
Snippets Groups Projects
Commit 3ab5444b authored by Egor Fuchezhi's avatar Egor Fuchezhi
Browse files

Merge branch 'ci' into 'main'

Ci

See merge request picodata/picodata/picodata-ui!1
parents 91ba2530 b3c17237
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