Skip to content

Commit d09f9fa

Browse files
committed
Fix GitHub Actions workflow syntax error in consolidate-reports job
- Fix incorrect EOF marker indentation in heredoc blocks - Both client and server report generation had improper EOF placement - Resolves 'syntax error: unexpected end of file' in CI workflow
1 parent f567948 commit d09f9fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wstest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
<p>Autobahn|Python ${backend} WebSocket client implementation</p>
291291
<a href="client-${backend}/index.html">📊 View Test Results</a>
292292
</div>
293-
EOF
293+
EOF
294294
else
295295
echo "⚠️ Client report directory not found: ${client_dir}"
296296
fi
@@ -323,7 +323,7 @@ jobs:
323323
<p>Both Autobahn|Python WebSocket server implementations tested together</p>
324324
<a href="servers/index.html">📊 View Unified Server Results</a>
325325
</div>
326-
EOF
326+
EOF
327327
else
328328
echo "⚠️ Server report directory not found: ${server_dir}"
329329
fi

0 commit comments

Comments
 (0)