You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might not be a bug at all because you could assume that one has edit mode tests as well when running unity-test-runner with testMode: all option, but the error message was not easy for a beginner to understand. The error message was the following after # Testing in COMBINE_RESULTS #:
Aborting batchmode due to failure:
Timeout after 300 seconds while waiting async operations to finish. executeMethod ''
Although I don't have enough knowledge about unity-actions I think it should be mentioned either in the documentation for the testMode parameter, or in https://game.ci/docs/troubleshooting/common-issues
How to reproduce
Don't have any edit mode tests
Set unity-test-runner's testMode parameter to all or leave it empty as the default value is all
the unity-test-runner job will fail
Expected behavior
Not sure if this should be it, but the job shouldn't perform any edit mode tests if there aren't any
Additional details
This is merely a suggestion as like I stated before, I'm not knowledgeable enough on how this works 😬
The text was updated successfully, but these errors were encountered:
Bug description
This might not be a bug at all because you could assume that one has edit mode tests as well when running
unity-test-runner
withtestMode: all
option, but the error message was not easy for a beginner to understand. The error message was the following after# Testing in COMBINE_RESULTS #
:Although I don't have enough knowledge about unity-actions I think it should be mentioned either in the documentation for the
testMode
parameter, or in https://game.ci/docs/troubleshooting/common-issuesHow to reproduce
unity-test-runner
'stestMode
parameter toall
or leave it empty as the default value isall
unity-test-runner
job will failExpected behavior
Not sure if this should be it, but the job shouldn't perform any edit mode tests if there aren't any
Additional details
This is merely a suggestion as like I stated before, I'm not knowledgeable enough on how this works 😬
The text was updated successfully, but these errors were encountered: