Skip to content

Commit e299075

Browse files
committed
Add Gitlab CI script
1 parent c32a00a commit e299075

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
default:
2+
image: ci.adamsm.com:5050/scriptsmith/instamancer:latest
3+
script:
4+
- npm install -g codacy-coverage
5+
- npm install
6+
- npm run build -- --noEmit
7+
- npm run test:ci
8+
- cat ./coverage/lcov.info | codacy-coverage --language=typescript;

0 commit comments

Comments
 (0)