gitlab ci: run unit tests

This commit is contained in:
Lauren Liberda 2021-07-21 02:48:20 +02:00
parent e41d6cf8fd
commit 45e3a2aa7f

View file

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