Skip to content

Commit 0e33c84

Browse files
Fix yaml syntax
Move Quarkus-LangChain4j workflow Simplify Quarkus-LangChain4j workflow name formatting
1 parent e63bff3 commit 0e33c84

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/integrations/quarkus-langchain4j.yml renamed to .github/workflows/integration-quarkus-langchain4j.yml

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

33
on:
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}"

0 commit comments

Comments
 (0)