Running Your BATS Tests Against Multiple Bash Versions in GitHub
Nov 12, 2021 · 4 min read · In this post I'll go over the github workflow I created that allows me to test bash scripts using BATS against multiple versions of Bash. TL;DR: See my github workflow : bats-multi-bash.yml My Bash Script The script in question is my Bash-TPL project...
Join discussion