metropolis/.gitlab-ci.yml

11 lines
134 B
YAML
Raw Normal View History

2021-07-09 00:40:40 +02:00
stages:
2021-07-21 02:48:20 +02:00
- build_test
2021-07-09 00:40:40 +02:00
2021-07-21 02:48:20 +02:00
build_test:
stage: build_test
2021-07-09 00:40:40 +02:00
image: node:16-alpine
script:
- yarn
- yarn build
2021-07-21 02:48:20 +02:00
- yarn test