redoc/build/run_tests.sh

7 lines
104 B
Bash
Raw Normal View History

2016-01-17 01:36:23 +03:00
#!/bin/bash
if [ "$JOB" = "e2e" ] || [ "$JOB" = "e2e-guru" ]; then
2016-01-17 01:36:23 +03:00
npm run e2e
else
npm run unit
fi