woocommerce/tests/bin/run-e2e-CI.sh

6 lines
85 B
Bash
Raw Normal View History

#!/usr/bin/env bash
if [[ ${RUN_E2E} == 1 ]]; then
npm install
npm run test:e2e
fi