Windshaft-cartodb/run_tests_docker.sh

10 lines
126 B
Bash
Raw Normal View History

2018-04-27 21:46:57 +08:00
# start PostgreSQL
/etc/init.d/postgresql start
2017-10-07 00:24:11 +08:00
2018-04-27 21:46:57 +08:00
# install dependencies
2017-10-09 20:54:03 +08:00
npm install -g yarn@0.27.5
yarn
2017-10-07 00:24:11 +08:00
2018-04-27 21:46:57 +08:00
# run tests
npm test