Skip to content

Commit b864860

Browse files
committed
Revert "Work around head bot failure (#2048)"
This reverts commit 3f6ff5a.
1 parent 3f6ff5a commit b864860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void analyze() async {
225225
}
226226

227227
@Task('analyze, test, and self-test dartdoc')
228-
@Depends(analyze, test, testDartdoc)
228+
@Depends(analyze, checkBuild, test, testDartdoc)
229229
void buildbotNoPublish() => null;
230230

231231
@Task('analyze, test, and self-test dartdoc')

0 commit comments

Comments
 (0)