I’m trying to make a Fastify Example application, and I’ve written tests using node tap. When I run npm test
on my local Windows 10 machine, all tests pass successfully. However, a problem occurs when I push my code to GitHub.
When I push my code to GitHub and it runs through the CI, the “Test” step always fails with an exit code of 1. This happens even though all tests appear to be successful. This is the Pull Request Test Logs I had this issue with.