Skip to content

Commit 8f6f30b

Browse files
Fix: Correctly navigate to workspace root in owner config tests
Co-authored-by: yourton.ma <yourton.ma@gmail.com>
1 parent b590d27 commit 8f6f30b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ingestion/tests/unit/metadata/ingestion/owner_config_tests/run-all-tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ if [[ ! -f "$SCRIPT_DIR/setup-test-entities.sh" ]]; then
2424
exit 1
2525
fi
2626

27-
# Navigate to workspace root (6 levels up from owner_config_tests)
28-
# owner_config_tests -> ingestion -> metadata -> unit -> tests -> ingestion -> OpenMetadata
29-
cd "$SCRIPT_DIR/../../../../.."
27+
# Navigate to OpenMetadata root (6 levels up from owner_config_tests)
28+
# Path: owner_config_tests -> ingestion -> metadata -> unit -> tests -> ingestion -> OpenMetadata
29+
cd "$SCRIPT_DIR/../../../../../.."
3030
WORKSPACE_ROOT="$(pwd)"
3131

3232
echo "=========================================="

0 commit comments

Comments
 (0)