Skip to content

Commit

Permalink
Fix tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 8, 2024
1 parent 47b089e commit fb5e4ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Feature/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
test('doesnt fail', function () {
exec('php src/whatsdiff.php', $output, $exitCode);

if ($exitCode !== 0) {
echo implode("\n", $output);
}

expect($exitCode)->toBe(0);
});

0 comments on commit fb5e4ed

Please sign in to comment.