Skip to content

Commit fd0ebd3

Browse files
committed
Add gitlab ci file
1 parent ef10a45 commit fd0ebd3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
image: node:latest
2+
3+
before_script:
4+
- yarn install
5+
6+
cache:
7+
paths:
8+
- node_modules/
9+
10+
test:
11+
script:
12+
- yarn test

0 commit comments

Comments
 (0)