github actions

After getting a very basic docker container up and running it occurred to me, a lazy person, that there is probably some developer Saas out there that can take containers and regression test them against an expected output I provide. Two weeks ago I ran the “full run” code for the first time in two… Continue reading github actions

Published
Categorized as code

Docker and a regression

Let’s make a docker container out of this thing. The key win from docker is it gives you a headache-free way to “just run” something and not worry about the dependencies and install/uninstall and binary incompatibility and all that great stuff. So in our case it’s a bit of overkill. I’ve taken pains to keep… Continue reading Docker and a regression