Skip to content

Commit 8ea607c

Browse files
committed
fix
1 parent 43d3662 commit 8ea607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/nightly.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ function (): iterable {
3737
if ($file->getExtension() == 'php' && ctype_upper($file->getBasename()[0])) {
3838
yield [
3939
getcwd()."/vendor/bin/phpunit",
40-
dirname($file->getRealPath()),
40+
$file->getRealPath(),
4141
];
4242
}
4343
}
4444
},
45-
1
45+
2
4646
];
4747

4848
$finalStatus = 0;

0 commit comments

Comments
 (0)