mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
Clear CI caches
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: v1-react-navigation-{{ .Branch }} # generate cache per branch
|
key: v2-react-navigation-{{ .Branch }} # generate cache per branch
|
||||||
- run: yarn # install root deps
|
- run: yarn # install root deps
|
||||||
- run: ./scripts/test.sh # run tests
|
- run: ./scripts/test.sh # run tests
|
||||||
- deploy:
|
- deploy:
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
cd examples/ExpoNavigationPlayground && yarn && exp publish
|
cd examples/ExpoNavigationPlayground && yarn && exp publish
|
||||||
fi
|
fi
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: v1-react-navigation-{{ .Branch }} # generate cache per branch
|
key: v2-react-navigation-{{ .Branch }} # generate cache per branch
|
||||||
paths:
|
paths:
|
||||||
- ~/.cache/yarn
|
- ~/.cache/yarn
|
||||||
- ~/react-navigation/website/node_modules
|
- ~/react-navigation/website/node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user