fix(core): update
This commit is contained in:
parent
958a5d4db5
commit
aec150a240
@ -54,6 +54,17 @@ testStable:
|
||||
- docker
|
||||
- priv
|
||||
|
||||
testStable:
|
||||
stage: test
|
||||
script:
|
||||
- npmci npm prepare
|
||||
- npmci node install stable
|
||||
- npmci npm install
|
||||
- npmci npm test
|
||||
coverage: /\d+.?\d+?\%\s*coverage/
|
||||
tags:
|
||||
- windows
|
||||
|
||||
testBuild:
|
||||
stage: test
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user