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
{{ message }}
This repository was archived by the owner on Jan 12, 2025. It is now read-only.
it is highly parallel in order to decrease run time
A comment: I think this should be secondary. First up on the docket is to get it working.
Does devcontainer features test work with the current repo layout? That would seem like the ideal way to go about this. Maybe with a loop that does each one individually?
Currently each feature test is being run in its own action runner which is limited by github to 256 (https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs)
Possible solution is to run the tests in a single runner
Must ensure:
The text was updated successfully, but these errors were encountered: