Files
drip/.gitlab-ci.yml
T

7 lines
71 B
YAML

image: node:14
test_async:
script:
- npm install
- npm test