2017-09-22 13:20:52 -07:00

14 lines
217 B
Bash
Executable File

#!/usr/bin/env bash
set -eu -o pipefail
cd `dirname $0`
echo "#################################"
echo "Running platform-server end to end tests"
echo "#################################"
yarn install
npm run test