UNPKG
runas-core
Version:
beta (0.1.1-beta.3)
latest (0.1.1)
0.1.1
0.1.1-beta.3
0.1.1-beta.2
0.1.0
The adhesive orchestrator
gitlab.com/runas/runas
runas-core
/
.gitlab-ci.yml
12 lines
(10 loc)
•
200 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
image:
node:latest
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
-
node_modules/
test_async:
script:
-
npm
install
-
npm
test