So I have this weird thing happening where my Playwright test suite runs and while in progress it will show up as failed when no tests have failed and at the end of the job turn the job status on github into success. I have tried a bunch of things but cant seem find out why this happens. I am assuming a process exits with zero code and that gets flagged as a fail while it runs? Appreciate any help on this.