Skip to content

Commit 805c74b

Browse files
committed
Fixes
1 parent f3c4d12 commit 805c74b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/nightly.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ function (): iterable {
140140
}
141141
};
142142

143+
printMutex("Cloning repos...");
143144

144145
foreach ($repos as $dir => [$repo, $branch, $prepare, $command, $repeat]) {
145146
$pid = pcntl_fork();
@@ -159,6 +160,9 @@ function (): iterable {
159160

160161
$waitAll();
161162

163+
printMutex("Done cloning repos!");
164+
165+
printMutex("Running tests...");
162166
foreach ($repos as $dir => [$repo, $branch, $prepare, $command, $repeat]) {
163167
$pid = pcntl_fork();
164168
if ($pid) {

0 commit comments

Comments
 (0)