feat: added langflow, langfuse and langgraph integrations #17
@@ -121,13 +121,13 @@ jobs:
|
|||||||
if: always()
|
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:
|
e2e:
|
||||||
name: E2E Tests
|
name: E2E Tests
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
needs: [fmt, clippy, audit]
|
needs: [deploy]
|
||||||
if: github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
|
if: github.ref == 'refs/heads/main'
|
||||||
container:
|
container:
|
||||||
image: rust:1.89-bookworm
|
image: rust:1.89-bookworm
|
||||||
# MongoDB and SearXNG can start immediately (no repo files needed).
|
# MongoDB and SearXNG can start immediately (no repo files needed).
|
||||||
@@ -259,7 +259,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
needs: [test, e2e]
|
needs: [test]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user