Test Automation CI/CD

I’d like to know what does the community uses for testing, unitest and UI testing.

So far I can run unitest for domain classes, without UI interactions, in local. But when I try to run it in github actions it doesn’t work because it cannot find the file '/home/runner/work/MiniGame-Everfarm/MiniGame-Everfarm/temp/tsconfig.cocos.json', which makes sense, because it’s created by cocos creator.

How do you do it?