You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Windshaft-cartodb/run_tests_docker.sh

19 lines
196 B

#!/bin/bash
/etc/init.d/postgresql start
source /src/nodejs-install.sh
echo "Node.js version: "
node -v
echo "npm version: "
npm -v
echo "Clean install: "
npm ci
npm ls
# run tests
npm test