chore: enhance dev script robustness by determining the script directory (#19209)
This commit is contained in:
parent
3ecc1e0228
commit
8de24bc16e
10 changed files with 30 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
cd "$SCRIPT_DIR/../.."
|
||||
|
||||
pytest api/tests/artifact_tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue