Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 16, 2024
1 parent 43d3662 commit 8ea607c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/nightly.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ function (): iterable {
if ($file->getExtension() == 'php' && ctype_upper($file->getBasename()[0])) {
yield [
getcwd()."/vendor/bin/phpunit",
dirname($file->getRealPath()),
$file->getRealPath(),
];
}
}
},
1
2
];

$finalStatus = 0;
Expand Down

0 comments on commit 8ea607c

Please sign in to comment.