gitlab ci: run unit tests

master
Lauren Liberda 2021-07-21 02:48:20 +02:00
parent e41d6cf8fd
commit 45e3a2aa7f
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
stages:
- build
- build_test
build:
stage: build
build_test:
stage: build_test
image: node:16-alpine
script:
- yarn
- yarn build
- yarn test