redoc/build/run_tests.sh

9 lines
124 B
Bash
Executable File

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