mirror of https://github.com/status-im/reagent.git
Cache more node_modules dirs
This commit is contained in:
parent
3b51b08968
commit
519d7c968a
|
@ -9,6 +9,9 @@ dependencies:
|
|||
- npm install -g karma-cli
|
||||
- npm install
|
||||
- ./prepare-tests.sh
|
||||
cache_directories:
|
||||
- test-environments/browser-node/node_modules
|
||||
- test-environments/browser-node-react-16/node_modules
|
||||
test:
|
||||
override:
|
||||
- ./run-tests.sh
|
||||
|
|
Loading…
Reference in New Issue