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
Previously Embark used paid runners to get faster builds. As part of the transition we went to the slower Github action runners. We should look into getting credits and/or sponsors for faster CI if it is a problem.
I ran the CI locally on Friday for the Ubuntu targets, and my initial thoughts:
dependencies seem to be duplicating.
sudo act --verbose
shows me the "installing depenendency" steps running 4 times for different tests. I think we need to fix CI to share the same ubuntu container to stop duplication. I'm looking into this.
we should switch out Embark's CI runners for something leaner since this is its own project now.
Previously Embark used paid runners to get faster builds. As part of the transition we went to the slower Github action runners. We should look into getting credits and/or sponsors for faster CI if it is a problem.
This is what they used to have:
The text was updated successfully, but these errors were encountered: