Skip to content

Commit 7f249f6

Browse files
committed
fix test
1 parent 4b6c52e commit 7f249f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/bisect/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6-
readonly DETECTOR="${WORKSPACE_DIR}/.ci/bisect/regression_detector.py"
6+
readonly DETECTOR="${WORKSPACE_DIR}/.github/scripts/bisect/regression_detector.py"
77

88
required_envs=(
99
WORKSPACE_DIR

0 commit comments

Comments
 (0)