File tree Expand file tree Collapse file tree 5 files changed +622
-662
lines changed Expand file tree Collapse file tree 5 files changed +622
-662
lines changed Original file line number Diff line number Diff line change @@ -14,43 +14,32 @@ cache:
14
14
- " .eslintcache"
15
15
16
16
stages :
17
- - basic
18
- - advanced
19
- - versions
17
+ - basic
18
+ - advanced
20
19
21
20
matrix :
22
21
include :
23
22
- os : linux
24
23
node_js : " 10"
25
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
24
+ env :
25
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
26
26
stage : basic
27
27
- os : linux
28
28
node_js : " 10"
29
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lint-unit
29
+ env :
30
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lint-unit
30
31
stage : advanced
31
32
- os : linux
32
33
node_js : " 10"
33
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
34
+ env :
35
+ NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
34
36
stage : advanced
35
37
- os : linux
36
38
node_js : " 10"
37
- env : NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
38
- stage : versions
39
- - os : osx
40
- node_js : " 10"
41
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
42
- stage : versions
43
- - os : linux
44
- node_js : " 8"
45
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
46
- stage : versions
47
- - os : linux
48
- node_js : " 6"
49
- env : NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
50
- stage : versions
39
+ env :
40
+ NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
41
+ stage : advanced
51
42
fast_finish : true
52
- allow_failures :
53
- - os : osx
54
43
55
44
install :
56
45
- yarn --frozen-lockfile
@@ -66,4 +55,5 @@ after_success:
66
55
67
56
notifications :
68
57
slack :
69
- secure : JduSdKWwbnLCwo7Z4E59SGE+Uw832UwnXzQiKEpg1BV45MYDPRiGltly1tRHmPh9OGjvGx3XSkC2tNGOBLtL4UL2SCkf012x0t7jDutKRfcv/njynl8jk8l+UhPmaWiHXDQAgGiiKdL4RfzPLW3HeVHCOWm0LKMzcarTa8tw+rE=
58
+ secure :
59
+ JduSdKWwbnLCwo7Z4E59SGE+Uw832UwnXzQiKEpg1BV45MYDPRiGltly1tRHmPh9OGjvGx3XSkC2tNGOBLtL4UL2SCkf012x0t7jDutKRfcv/njynl8jk8l+UhPmaWiHXDQAgGiiKdL4RfzPLW3HeVHCOWm0LKMzcarTa8tw+rE=
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ test_script:
32
32
- cmd : yarn istanbul report --report lcovonly
33
33
- cmd : yarn unlink webpack
34
34
- cmd : yarn global add codecov && codecov -F %job_part% --disable=gcov
35
- - cmd : del /F /Q .jest-cache\\haste-map* .jest-cache\\perf-cache* 2> null || Ver > null
35
+ - cmd :
36
+ del /F /Q .jest-cache\\haste-map* .jest-cache\\perf-cache* 2> null || Ver > null
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ coverage:
18
18
target : 0%
19
19
patch :
20
20
default : off
21
- integration :
22
- flags : integration
21
+ basic :
22
+ flags : basic
23
23
target : 90%
24
24
base : pr
25
25
integration :
You can’t perform that action at this time.
0 commit comments