We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63bff3 commit 3452b1dCopy full SHA for 3452b1d
1 file changed
.github/workflows/integrations/quarkus-langchain4j.yml
@@ -1,4 +1,4 @@
1
-name: [Integration] Quarkus-LangChain4j
+name: \[Integration\] Quarkus-LangChain4j
2
3
on:
4
# Temporarily disabled - manual trigger only
@@ -192,8 +192,8 @@ jobs:
192
STREAMING_HTTP_RESPONSE_CODE="${STREAMING_RESPONSE: -3}"
193
194
# Check response code
195
- if [ "STREAMING_HTTP_RESPONSE_CODE" != "200" ]; then
196
- echo "ERROR: Streaming endpoint returned HTTP code STREAMING_HTTP_RESPONSE_CODE"
+ if [ "$STREAMING_HTTP_RESPONSE_CODE" != "200" ]; then
+ echo "ERROR: Streaming endpoint returned HTTP code $STREAMING_HTTP_RESPONSE_CODE"
197
exit 1
198
else
199
echo "Streaming endpoint HTTP code: ${STREAMING_RESPONSE: -3}"
0 commit comments