← back to Exo
test output spacing
08b2f375323c583417c8e06e4b6c0d93507e37ea · 2024-07-20 15:12:05 -0700 · Alex Cheema
Files touched
M .github/workflows/test.yml
Diff
commit 08b2f375323c583417c8e06e4b6c0d93507e37ea
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sat Jul 20 15:12:05 2024 -0700
test output spacing
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 36a11163..0e9c9335 100644
--- a/.github/workflows/test.yml
+++ b/.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"
← db583a86 disable tui flag
·
back to Exo
·
formatting if 9785e250 →