mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 17:31:06 +08:00
Paralellize tests
This commit is contained in:
@@ -19,10 +19,15 @@ dependencies:
|
||||
- cd examples/ReduxExample && yarn
|
||||
|
||||
test:
|
||||
override:
|
||||
- yarn test:
|
||||
parallel: true
|
||||
- cd examples/NavigationPlayground && yarn test:
|
||||
parallel: true
|
||||
- cd examples/ReduxExample && yarn test:
|
||||
parallel: true
|
||||
post:
|
||||
- yarn codecov
|
||||
- cd examples/NavigationPlayground && yarn test
|
||||
- cd examples/ReduxExample && yarn test
|
||||
|
||||
deployment:
|
||||
website-prod:
|
||||
|
||||
Reference in New Issue
Block a user