I need to run ~400 test suites in my Github CI. I receive the plain string with tests e.g /folder/test1.tsx /anotherFolder/anotherTest.tsx"
from the specific job as output and then I'm trying to run them via --runTestsByPath ${{ inputs.SOME_TEST_ARR }}
command . But receive the error, does anyone know how I can fix this?
I can run this command with 400 tests locally, but github CLI doesn’t allow me to do it