redoc/build/run_tests.sh
2016-05-10 10:04:43 +03:00

7 lines
104 B
Bash
Executable File

#!/bin/bash
if [ "$JOB" = "e2e" ] || [ "$JOB" = "e2e-guru" ]; then
npm run e2e
else
npm run unit
fi