'Generic Commit'
All checks were successful
Build-Test-Publish / build (linux/arm64) (push) Successful in 25s
Build-Test-Publish / build (linux/amd64) (push) Successful in 29s

This commit is contained in:
Your Name 2025-06-22 13:10:02 +12:00
parent f57d0ad239
commit 0b7fdd3e1a

View File

@ -521,6 +521,11 @@ EOF
else else
print_test_result "Complete uninstall removes all components" 1 print_test_result "Complete uninstall removes all components" 1
fi fi
# Always cleanup test uninstall tool from server, even if test failed
if [[ "$PUBLISH_OUTPUT" =~ Published! ]]; then
$GETPKG unpublish "${TEST_UNINSTALL_TOOL}:${TEST_ARCH}" 2>/dev/null || true
fi
fi fi
# Test 14: Invalid tool name validation # Test 14: Invalid tool name validation