Closed MrGadget1024 closed 4 months ago
Any progress on this, or ideas?
I'm surprised #206 didn't fix it. You can work around it by using another test reporting tool (see comments in #142).
I'm surprised #206 didn't fix it. You can work around it by using another test reporting tool (see comments in #142).
Are we talking about the same point of failure? The failure I'm getting is before the archive step...
The error is in the Run editor Tests step...
Archive and Publish are working fine
Files inside the zip archive
I don't know where the "75929 were supplied" comes from but it's clearly not these files.
Yes, that looks like the same error to me. I see you are using another test reporter. Remove githubToken: ${{ secrets.GITHUB_TOKEN }}
to disable the built-in test reporter.
Yes, that looks like the same error to me. I see you are using another test reporter. Remove
githubToken: ${{ secrets.GITHUB_TOKEN }}
to disable the built-in test reporter.
This got rid of the error but leaving this ticket open as the issue still exists. Will work on a nicer test reporter tomorrow.
Also hitting this one. Let me know if there's anything I can do to help.
I think some worked around this by parallelising tests to different jobs. This might not be a solution for everyone though.
One idea we've had is to group logs on a per test suite basis.
We could most likely achieve that by optionally writing the unity logs to a file instead of stdout
, and then doing some regex to specify the delimiters.
@davidmfinol Should this be closed now?
@MrGadget1024 can you confirm it works OK now if you use game-ci/unity-test-runner@main
?
@davidmfinol Someone else like @johanhelsing-attensi will have to check...My workflow has changed and I wouldn't be able to reproduce it now.
Hello, I can confirm it is fixed - I had the same issue so I switched from game-ci/unity-test-runner@v4
to game-ci/unity-test-runner@main
and it fixed the issue.
Fix released in v4.3.1
Still getting this error, not fixed by https://github.com/game-ci/unity-test-runner/commit/b9980d6db77b429efa66b950aef387eea018775d