CartoDB-SQL-API/test/run_tests_docker.sh

12 lines
125 B
Bash
Raw Normal View History

# start PostgreSQL
/etc/init.d/postgresql start
2018-04-27 22:38:36 +08:00
# Configure
./configure
# install dependencies
npm i
# run tests
2018-04-27 23:40:13 +08:00
npm test