dotfiles/tests
Andrei Jiroh Halili ddbae29707
Add tests to the bootstrap script for Ubuntu in GHA first
Also some chores on my custom Ubuntu container image for the tests.

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
2022-06-11 19:30:33 +08:00
..
alpine Literally commit everything I have on WSL that still untoched for months 2022-02-06 18:50:22 +08:00
common/bin Move entrypoint script to common/bin directory 2021-08-29 21:36:14 +08:00
ubuntu Add tests to the bootstrap script for Ubuntu in GHA first 2022-06-11 19:30:33 +08:00
README.md Add README for tests directory 2021-08-27 22:33:29 +08:00

README.md

Tests for Bootstrap Scripts

What is THIS?!?

Shit may happen sometimes, especially if you ever write Bash script for bootstrap without using ShellCheck or shfmt. These tests usually happen after pushing changes of bootstrap script to GitHub, probably switch to GitLab CI for the image builds. What it does is just run the bootstrap script from an local copy within the Docker image.

Why?

I want to test my bootstrap script against every possible edge cases, including GitHub Codespaces and Gitpod, but I cannot cover all cases, so this will be in best effort basis.