Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
f49c5af339 | |||
61a6cfd452 | |||
769a1a707e | |||
0408cff3fc | |||
533d71a6cd | |||
b3fd13506c |
@ -9,7 +9,6 @@ cache:
|
|||||||
stages:
|
stages:
|
||||||
- mirror
|
- mirror
|
||||||
- test
|
- test
|
||||||
- external
|
|
||||||
- release
|
- release
|
||||||
- trigger
|
- trigger
|
||||||
- pages
|
- pages
|
||||||
@ -32,6 +31,15 @@ testLEGACY:
|
|||||||
- docker
|
- docker
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
testStableWindows:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- yarn global add npmts && cd C:\\gitlab_runner\builds\326a2ffb\0\pushrocks\smartfile && yarn install && yarn test
|
||||||
|
coverage: /\d+.?\d+?\%\s*coverage/
|
||||||
|
tags:
|
||||||
|
- windows
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
testLTS:
|
testLTS:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartfile",
|
"name": "smartfile",
|
||||||
"version": "4.2.24",
|
"version": "4.2.26",
|
||||||
"description": "offers smart ways to work with files in nodejs",
|
"description": "offers smart ways to work with files in nodejs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user