Commit 65f8995f authored by Krit Punpreuk's avatar Krit Punpreuk

Add .gitlab-ci.yml

parent 8dc75633
Pipeline #25 canceled with stage
in 7 minutes and 19 seconds
cache:
paths:
- node_modules/
stages:
- test
test:
stage: test
script:
- npm install
- node index.js
tags:
- local-tag
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment