Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 13 Nov 20:20
· 6 commits to main since this release
2f8a3ac
✨ Add test-suite, add test workflow (#25)

* ✨ Add test suite

* ✅ Add test for user::get_home

* 🔧 Conditionally add -ti flag based on TTY availability

* 👷 Test functions, don't publish packages with failed tests

Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>

* ♻️ Split into two workflows

Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>

* ✏️ Fix typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 🐛 Fix typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 💬 Fix language issue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 💬 Fix language issue

* ♻️ Use camelCase for variables

* 💬 Fix language issues

* 🩹 Ensure we are using seconds

* ♻️ Simplify

* ✏️ Fix typos

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* ♻️ Simplify reading the code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 💚 Use the correct key/value, it is an object

* 🎨 Remove trailing newline

* 🔊 Capture and provide output when prep step fails

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>