TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
271 stars 21 forks source link

Allow install beta #211

Closed Chemaclass closed 8 months ago

Chemaclass commented 8 months ago

📚 Description

Closes: https://github.com/TypedDevs/bashunit/issues/210

Currently, the installer tool allows you to install a concrete version, once it was release. However, there is no easy way to benefit of the features/bug-fixes already merged into main unless you download the project and run the build.sh yourself.

🔖 Changes

✅ To-do list

Screenshot 2023-10-30 at 14 44 47

Chemaclass commented 8 months ago

Can you help me with the failing test, @Tito-Kati or @khru ? I cannot reproduce it locally (with my MacOS) 🤔

antonio-gg-dev commented 8 months ago

I've fixed the error that the workflows were giving on Linux. By removing the git mock, I could have fixed the mock, but being an acceptance test, it seemed more correct to remove it.

Additionally, I've taken the liberty of applying the corrections I requested myself and making a few more minor changes.