This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
ham-website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
gitlab ci
post_vjs2
Levi Olson
6 years ago
parent
39d48a3199
commit
8bafba2d94
1 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
.gitlab-ci.yml
+ 18
- 0
.gitlab-ci.yml
View File
@ -0,0 +1,18 @@
# This file is a template, and might need editing before it works on your project.
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image
:
node:latest
cache:
paths:
-
node_modules/
test_async:
script:
-
npm install
-
npm run test
test_coverage:
script:
-
npm install
-
npm run coverage
Write
Preview
Loading…
Cancel
Save