Windshaft-cartodb/run_tests_docker.sh
2018-06-11 14:47:39 +02:00

10 lines
126 B
Bash

# start PostgreSQL
/etc/init.d/postgresql start
# install dependencies
npm install -g yarn@0.27.5
yarn
# run tests
npm test