assemblyscript-json/.gitlab-ci.yml
2019-07-19 00:21:25 -07:00

15 lines
147 B
YAML

image: node:latest
stages:
- test
cache:
paths:
- node_modules/
run_tests:
stage: test
script:
- npm install
- npm run test