CartoDB-SQL-API/test/run_tests_docker.sh
2018-11-07 18:37:05 +01:00

12 lines
126 B
Bash

# start PostgreSQL
/etc/init.d/postgresql start
# Configure
./configure
# install dependencies
npm ci
# run tests
npm test