dotfiles/tests
Andrei Jiroh Eugenio Halili 8dab76f0fe
Modify our Dockerfile to be like in gitpod/workspace
Source: https://github.com/gitpod-io/workspace-images/blob/master/base/Dockerfile
2021-08-29 22:09:23 +08:00
..
common/bin Move entrypoint script to common/bin directory 2021-08-29 21:36:14 +08:00
ubuntu Modify our Dockerfile to be like in gitpod/workspace 2021-08-29 22:09:23 +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.