[ci] pipelines and unit tests

master
Laura Liberda 2021-02-22 19:50:15 +01:00
parent cc87a02aae
commit 532097c779
1 changed files with 13 additions and 0 deletions

View File

@ -3,10 +3,23 @@ default:
before_script:
- yarn install
stages:
- build
- test
- lint
build:
stage: build
script:
- yarn build
test:
stage: test
script:
- yarn test
lint:
stage: lint
allow_failure: true
script:
- yarn lint