Testing out gitlab-ci
This commit is contained in:
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
image: node:latest
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
|
test_execution:
|
||||||
|
script:
|
||||||
|
- npm install
|
||||||
|
- ls -al
|
||||||
Reference in New Issue
Block a user