mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:09:21 +08:00
chore: enhance dev script robustness by determining the script directory (#19209)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
cd "$SCRIPT_DIR/../.."
|
||||
|
||||
pytest api/tests/artifact_tests/
|
||||
|
||||
Reference in New Issue
Block a user