File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,17 @@ script:
2828 elif [ "$TEST_TYPE" = js ]
2929 then
3030
31- flow check && npm test
31+ flow check && npm test -- '\/Libraries\/'
32+
33+ elif [ "$TEST_TYPE" = packager ]
34+ then
35+
36+ npm test -- '\/packager\/'
37+
38+ elif [ "$TEST_TYPE" = cli ]
39+ then
40+
41+ npm test -- '\/(local|private|react-native)-cli\/'
3242
3343 elif [ "$TEST_TYPE" = build_website ]
3444 then
5767 matrix :
5868 - TEST_TYPE=objc
5969 - TEST_TYPE=js
70+ - TEST_TYPE=packager
71+ - TEST_TYPE=cli
6072 - TEST_TYPE=build_website
6173 - TEST_TYPE=e2e
74+ allow_failures :
75+ - TEST_TYPE=cli
6276 global :
6377 - secure : " HlmG8M2DmBUSBh6KH1yVIe/8gR4iibg4WfcHq1x/xYQxGbvleq7NOo04V6eFHnl9cvZCu+PKH0841WLnGR7c4BBf47GVu/o16nXzggPumHKy++lDzxFPlJ1faMDfjg/5vjbAxRUe7D3y98hQSeGHH4tedc8LvTaFLVu7iiGqvjU="
6478
You can’t perform that action at this time.
0 commit comments