CartoDB-SQL-API/test/run_tests_docker.sh

11 lines
124 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
npm test