From 6dc0e8fba631726123a88e728390edb5a9e7750b Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Thu, 7 May 2026 14:20:34 +0200 Subject: [PATCH] docs: link CI experiment docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c29866..66c4fe8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Run a [Langfuse](https://langfuse.com) experiment in your CI pipeline. The action loads your experiment script, runs it against a Langfuse dataset, comments the result on the PR, and optionally fails the job when a regression -is detected. +is detected. Learn more in the Langfuse docs on +[testing experiments in CI environments](https://langfuse.com/docs/evaluation/experiments/experiments-via-sdk#testing-in-ci-environments). ## Contents