1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 16:14:44 +00:00

Fix workflow errors

This commit is contained in:
Tw93
2025-12-31 22:54:51 +08:00
parent 592f02e6e2
commit fdcaa7fa25
5 changed files with 19 additions and 13 deletions

View File

@@ -10,15 +10,8 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
cd "$PROJECT_ROOT"
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
NC='\033[0m'
readonly ICON_SUCCESS="✓"
readonly ICON_ERROR="☻"
readonly ICON_WARNING="●"
readonly ICON_LIST="•"
# shellcheck source=lib/core/file_ops.sh
source "$PROJECT_ROOT/lib/core/file_ops.sh"
echo "==============================="
echo "Mole Test Runner"
@@ -123,7 +116,7 @@ else
printf "${RED}${ICON_ERROR} Installation test failed${NC}\n"
((FAILED++))
fi
rm -rf /tmp/mole-test
safe_remove "/tmp/mole-test" true || true
echo ""
echo "==============================="