Skip to content

Commit 3452b1d

Browse files
Fix yaml syntax
1 parent e63bff3 commit 3452b1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integrations/quarkus-langchain4j.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: [Integration] Quarkus-LangChain4j
1+
name: \[Integration\] Quarkus-LangChain4j
22

33
on:
44
# Temporarily disabled - manual trigger only
@@ -192,8 +192,8 @@ jobs:
192192
STREAMING_HTTP_RESPONSE_CODE="${STREAMING_RESPONSE: -3}"
193193
194194
# Check response code
195-
if [ "STREAMING_HTTP_RESPONSE_CODE" != "200" ]; then
196-
echo "ERROR: Streaming endpoint returned HTTP code STREAMING_HTTP_RESPONSE_CODE"
195+
if [ "$STREAMING_HTTP_RESPONSE_CODE" != "200" ]; then
196+
echo "ERROR: Streaming endpoint returned HTTP code $STREAMING_HTTP_RESPONSE_CODE"
197197
exit 1
198198
else
199199
echo "Streaming endpoint HTTP code: ${STREAMING_RESPONSE: -3}"

0 commit comments

Comments
 (0)