Files
drip/.gitlab-ci.yml
T
2022-06-19 18:35:24 +00:00

13 lines
201 B
YAML

image: node:14
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
test_async:
script:
- npm install
- npm test