mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
Paralellize tests
This commit is contained in:
parent
ebb20ad632
commit
37c9d07b9d
@ -19,10 +19,15 @@ dependencies:
|
|||||||
- cd examples/ReduxExample && yarn
|
- cd examples/ReduxExample && yarn
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
override:
|
||||||
|
- yarn test:
|
||||||
|
parallel: true
|
||||||
|
- cd examples/NavigationPlayground && yarn test:
|
||||||
|
parallel: true
|
||||||
|
- cd examples/ReduxExample && yarn test:
|
||||||
|
parallel: true
|
||||||
post:
|
post:
|
||||||
- yarn codecov
|
- yarn codecov
|
||||||
- cd examples/NavigationPlayground && yarn test
|
|
||||||
- cd examples/ReduxExample && yarn test
|
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
website-prod:
|
website-prod:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user