Fix test when run locally

This commit is contained in:
Your Name
2025-08-09 19:15:43 +12:00
parent 52ab41d3d4
commit 465574360e

View File

@@ -57,15 +57,6 @@ mkdir -p "$TEST_DIR"
echo -e "${YELLOW}Running dehydrate tests...${NC}\n" echo -e "${YELLOW}Running dehydrate tests...${NC}\n"
# Debug output
echo "Looking for dehydrate at: $DEHYDRATE"
echo "Workspace structure:"
ls -la "${GITHUB_WORKSPACE}" 2>/dev/null || echo "Workspace not found"
echo "Dehydrate directory contents:"
ls -la "${GITHUB_WORKSPACE}/dehydrate" 2>/dev/null || echo "Dehydrate directory not found"
echo "Output directory contents:"
ls -la "$OUTPUT_DIR" 2>/dev/null || echo "Output directory not found"
# Check if dehydrate binary exists # Check if dehydrate binary exists
if [ ! -f "$DEHYDRATE" ]; then if [ ! -f "$DEHYDRATE" ]; then
echo -e "${RED}Error: dehydrate binary not found at $DEHYDRATE${NC}" echo -e "${RED}Error: dehydrate binary not found at $DEHYDRATE${NC}"