- Semantic Model Sync is in beta.| learn.hex.tech
Developing a complex CI pipeline with github actions is full of gotchas.| www.feldera.com
Learn how to avoid duplication when creating a workflow by reusing existing workflows.| GitHub Docs
Microsoft’s modern shell is much better than Unix sh.| Chris Warrick
I learnt the hard way that the default shell settings for Github actions don’t catch command pipeline failures. — can be read in 1 minute| til.codeinthehole.com
I was fed up with the poor opportunities for abstraction in configuration formats. The many configuration languages that exist already were not invented here, so I wrote my own, at first just for fun. But then it became useful.| ruudvanasseldonk.com
Today, having Continuous Integration is table stakes. Yet, CI pipelines are a common cause for developer frustration. And that’s why in this blog post, we walk through the five properties that make for a great CI experience.| www.swarmia.com
A detailed comparison of using AWS CodePipeline/CodeBuild vs GitHub Actions for CI/CD pipelines| Serverless First
GitHub have enabled their “merge queue” function, which is really exciting! The “it’s not rocket science rule” of software development is a pretty good guiding principle for developing stuff in a team (if CI is fast, more on that later!) - so I’m very glad it gets easier to achieve. Unfortunately, it’s only “easier” but not “easy”. I was able to use the feature for about a half year while it was in private beta, and while using it my team and I learned a few lessons that...| boinkor.net
GitHub Actions are a powerful and easy-to-learn tool that can help you quite a lot, In this blogpost we‘ll take a look into how they can be used to run your Cypress tests.| filiphric.com