Files
mcp_web_dev_server/node_modules/split-ca/.gitlab-ci.yml
T
2026-07-31 13:12:54 -04:00

20 lines
179 B
YAML

image: node:latest
stages:
- build
- test
job1:
stage: build
script:
- npm install
tags:
- npm
job2:
stage: test
script:
- npm test
tags:
- npm