We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a70fd commit aee07cbCopy full SHA for aee07cb
1 file changed
.github/scripts/run_scheduled_tests.sh
@@ -86,6 +86,8 @@ while [ $i -lt $test_count ]; do
86
eval "args=\$test_${i}_args"
87
eval "opts=\$test_${i}_opts"
88
89
+ i=$((i + 1))
90
+
91
exec=$run_uv
92
tool=uv
93
if expr -- "$opts" : '.*run_reflector' >/dev/null; then
@@ -125,7 +127,5 @@ while [ $i -lt $test_count ]; do
125
127
fi
126
128
129
-
- i=$((i + 1))
130
done
131
0 commit comments