Hello, I am in the process of migrating a NestJS API from GitLab to GitHub Actions. My goal is to replicate the currently functioning integration test job. However, I am encountering issues: only the tests targeting endpoints that utilize class-validator and class-transformer are failing.
I'm looking for guidance on where to investigate the issue I'm facing. My setup involves a somewhat similar runner to GitLab's, and unit tests are functioning correctly. Feel free to ask for any additional details that you think might be relevant to resolving this problem.