lix-website/themes/lix/assets/bootstrap/node_modules/ci-env/.gitlab-ci.yml

10 lines
100 B
YAML
Raw Normal View History

2024-04-27 03:39:10 +00:00
stages:
- test
test:
stage: test
image: node:8
script:
- npm i --silent
- npm test