The Zen of CI
On running tests that are expected to fail
Search for a command to run...
Articles tagged with #github-actions-1
On running tests that are expected to fail
Last week I wrote about easier automation using GitHub Actions to build multi architecture Docker images. That led me to another question - how to create the binaries to go into those builds? If I'm making an Arm image, then I need an Arm binary to g...

A few weeks ago Justin Garrison tweeted: When I try to do something new I’ve been following the same pattern for a decade Do it in the GUI at least once Do it manually in the CLI Automate it with a script or declarative tool like Terraform (If n...

I was on a sprint planning call last week where it felt like we spent way too much time getting the labels in our various repos straightened out. After a little Googling I found various scripts that use the GitHub API to manage labels. But nothing ...
