فهرست منبع

test output spacing

Alex Cheema 1 سال پیش
والد
کامیت
08b2f37532
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -148,6 +148,7 @@ jobs:
           }')
         echo "Response 2: $response_2"
 
+        echo ""
         if ! echo "$response_1" | grep -q "Michael Jackson" || ! echo "$response_2" | grep -q "Michael Jackson"; then
           echo "Test failed: Response does not contain 'Michael Jackson'"
           echo "Response 1: $response_1"