From fbaa3a4089330caae5c8e0cf52bbeeb5e5ff1f7e Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 30 Jun 2025 23:02:06 +1200 Subject: [PATCH] Modify dehydrate/test.sh --- dehydrate/test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dehydrate/test.sh b/dehydrate/test.sh index e2b84fa..0749009 100755 --- a/dehydrate/test.sh +++ b/dehydrate/test.sh @@ -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"