Files
drip/.gitlab-ci.yml
T
2022-06-19 17:52:02 +00:00

7 lines
71 B
YAML

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