Skip to content

Commit 168a6bf

Browse files
committed
Fix repo root resolution in format-and-test script
1 parent 9d6ef2e commit 168a6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build/format-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# ──────────────────────────────────────────────────────────────
1414
set -euo pipefail
1515

16-
ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
16+
ROOT_DIR="$(cd "$(dirname "$0")/../../.." && pwd)"
1717
cd "$ROOT_DIR"
1818

1919
FORMAT=true

0 commit comments

Comments
 (0)