test: Update 5 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 25s
Build-Test-Publish / build (linux/arm64) (push) Successful in 27s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Successful in 7s
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Successful in 7s

This commit is contained in:
Your Name
2025-06-25 19:41:18 +12:00
parent 428f45bd08
commit dd3e0796cb
5 changed files with 44 additions and 21 deletions

View File

@ -34,6 +34,7 @@ print_test_result() {
cleanup() {
echo -e "\n${YELLOW}Cleaning up test artifacts...${NC}"
rm -rf "$TEST_DIR"
echo -e "\nDone.\n"
}
# Set up trap to ensure cleanup runs