GitHub Actions Job Fails with Exit Code 1 Despite All Laravel PHPUnit Tests Passing
I’m encountering an issue with my GitHub Actions workflow where all my Laravel PHPUnit tests pass, but the job still fails with exit code 1. I have tried adjusting the workflow, but I can’t figure out why the job fails despite the tests running successfully.