feat: added langflow, langfuse and langgraph integrations #17

Merged
sharang merged 8 commits from test/add-unit-test-suite into main 2026-02-25 20:08:49 +00:00
Showing only changes of commit 7b00ed7b45 - Show all commits

View File

@@ -121,13 +121,13 @@ jobs:
if: always()
# ---------------------------------------------------------------------------
# Stage 2b: E2E tests (only on main / PRs to main, after quality checks)
# Stage 4: E2E tests (only on main, after deploy)
# ---------------------------------------------------------------------------
e2e:
name: E2E Tests
runs-on: docker
needs: [fmt, clippy, audit]
if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
needs: [deploy]
if: github.ref == 'refs/heads/main'
container:
image: rust:1.89-bookworm
# MongoDB and SearXNG can start immediately (no repo files needed).
@@ -259,7 +259,7 @@ jobs:
deploy:
name: Deploy
runs-on: docker
needs: [test, e2e]
needs: [test]
if: github.ref == 'refs/heads/main'
container:
image: alpine:latest