From b2aeb99dd4a437119c5a94fc397b40e6c83ca905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Mon, 2 Jun 2025 17:45:24 +0200 Subject: [PATCH] disable cacheable lookup for self hosting tests --- .github/workflows/test-server-self-host.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-server-self-host.yml b/.github/workflows/test-server-self-host.yml index 7ab4d5c6..845c9eab 100644 --- a/.github/workflows/test-server-self-host.yml +++ b/.github/workflows/test-server-self-host.yml @@ -16,6 +16,7 @@ env: TEST_SUITE_SELF_HOSTED: true USE_GO_MARKDOWN_PARSER: true FIRECRAWL_DEBUG_FILTER_LINKS: true + SENTRY_ENVIRONMENT: dev jobs: test: