update ci
This commit is contained in:
parent
375d5cdfcc
commit
8f47b95220
@ -4,14 +4,10 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- release
|
- release
|
||||||
|
|
||||||
variables:
|
|
||||||
LTS: "4"
|
|
||||||
STABLE: "stable"
|
|
||||||
|
|
||||||
testLTS:
|
testLTS:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci install $LTS
|
- npmci install 4
|
||||||
- npm test
|
- npm test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
@ -19,7 +15,7 @@ testLTS:
|
|||||||
testSTABLE:
|
testSTABLE:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci install $STABLE
|
- npmci install stable
|
||||||
- npm test
|
- npm test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user