Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add simple docker build workflow (#3)
## What Add a very very simple GitHub Actions workflow to build the same Dockerfile I was using to test locally, which ended up also involving adjusting the `setup.sh` script to call Ansible from its absolute path. ## Why ### The workflow I want to use this repo as an opportunity to get familiar with CI, and I'm starting small and simple with this super tiny workflow. ### The script changes Apparently setting the `$PATH` variable doesn't seem to work in GitHub Actions, even within a Docker container during its build process... That, or it does work but the paths are weird, I'm not sure... Either way, now that I've made the change, I think it's probably a nicer/cleaner script anyway so yay me! ## Testing Well that's the neat part: it tested itself! The build passed!!! 🎉 ✔️
- Loading branch information