Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit a47a218

Browse files
committed
👷 : fix ci build
1 parent 26f7d51 commit a47a218

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist
22
node_modules
3+
coverage
34
.DS_Store
45
.idea
56
.vscode

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
image: node:latest
2+
3+
stages:
4+
- test
5+
16
test:
27
script:
38
- npm install

coverage/cobertura-coverage.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)