Modify dehydrate/test.sh
This commit is contained in:
@ -59,6 +59,10 @@ 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"
|
||||
|
||||
|
Reference in New Issue
Block a user