Skip to content

Commit 7234a54

Browse files
committed
adding the validation tutorial
1 parent bcd4560 commit 7234a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-tutorial-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
docker logs "$CONTAINER_NAME" 2>&1 || true
265265
266266
# Check for successful ACP initialization in logs
267-
if docker logs "$CONTAINER_NAME" 2>&1 | grep -q "ACP.*instance"; then
267+
if docker logs "$CONTAINER_NAME" 2>&1 | grep -q "instance created "; then
268268
echo "✅ Container initialized ACP successfully"
269269
else
270270
echo "⚠️ Could not verify ACP initialization from logs"

0 commit comments

Comments
 (0)