Files
urbanLifeline/dify/dev/pytest/pytest_workflow.sh

10 lines
202 B
Bash
Raw Normal View History

2025-12-01 17:21:38 +08:00
#!/bin/bash
set -x
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
cd "$SCRIPT_DIR/../.."
PYTEST_TIMEOUT="${PYTEST_TIMEOUT:-120}"
pytest --timeout "${PYTEST_TIMEOUT}" api/tests/integration_tests/workflow