- Local time
- 03:50
- Joined
- Oct 5, 2019
- Messages
- 1,185
- Pronouns
- he/him
Last days I've played, again, around with GitHub actions and moved some open source packages from TravisCI to GHA.
Why?
Because GHA are CI on steroids! š
The configuration is even simpler than Travis, you can have multiple workflows and the performance is much better!
Right now I'm on the way to switch Laravel translatable from TravisCI to GHA and have extended the build matrix to cover all three OS types (Ubuntu, Windows, MacOS). So the matrix resolves to 30 builds which finish in ~10min. š±
Astrotomic/laravel-translatable
A Laravel package for multilingual models. Contribute to Astrotomic/laravel-translatable development by creating an account on GitHub.
TravisCI took longer for a third of the builds.
And for public repos GHA are really unlimited - builds, workers, minutes, OSs - use it. š
And with all the ready to use actions out there it's super easy to do even more complex things.
Have you already switched? What's your experience with them?
Last edited: