CartoDB-SQL-API/test/run_tests_docker.sh
Simon Martín ac98f5646e EOF line
2018-04-27 17:40:13 +02:00

12 lines
125 B
Bash

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