File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- name : [ Integration] Quarkus-LangChain4j
1+ name : Integration Quarkus-LangChain4j
22
33on :
44 # Temporarily disabled - manual trigger only
55 push :
66 branches : [ main, ci/quarkus-langchain4j-IT ]
7- paths :
8- - ' .github/workflows/integrations/quarkus-langchain4j.yml' # Add this
97 # pull_request:
108 # branches: [ main ]
119 # types: [opened, synchronize, reopened]
@@ -192,8 +190,8 @@ jobs:
192190 STREAMING_HTTP_RESPONSE_CODE="${STREAMING_RESPONSE: -3}"
193191
194192 # Check response code
195- if [ "STREAMING_HTTP_RESPONSE_CODE" != "200" ]; then
196- echo "ERROR: Streaming endpoint returned HTTP code STREAMING_HTTP_RESPONSE_CODE"
193+ if [ "$ STREAMING_HTTP_RESPONSE_CODE" != "200" ]; then
194+ echo "ERROR: Streaming endpoint returned HTTP code $ STREAMING_HTTP_RESPONSE_CODE"
197195 exit 1
198196 else
199197 echo "Streaming endpoint HTTP code: ${STREAMING_RESPONSE: -3}"
You can’t perform that action at this time.
0 commit comments