From 467e3c155a55de1c7b8cd409d3da1cdb08858938 Mon Sep 17 00:00:00 2001 From: Batmanisko Date: Wed, 29 Apr 2026 18:45:26 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20E2E=20testy=20p=C5=99epnuty=20na=20json?= =?UTF-8?q?=20storage,=20odstran=C4=9Bna=20Redis=20slu=C5=BEba?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit redis/redis-stack-server:7.2.0-RC3 havaroval v CI kvůli chybě inicializace RedisAI modulu, takže se server nikdy nepřipojil a webServer timeout vyprchával. E2E testy testují chování aplikace, ne storage backend – json storage stačí. Co-Authored-By: Claude Sonnet 4.6 --- .woodpecker/workflow.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index efd41eb..1143a87 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -8,12 +8,6 @@ variables: when: - event: [push, pull_request] -services: - redis: - image: redis/redis-stack-server:7.2.0-RC3 - environment: - REDIS_ARGS: "--save '' --loglevel warning" - steps: - name: Generate TypeScript types image: *node_image @@ -76,9 +70,7 @@ steps: NODE_ENV: test JWT_SECRET: test-secret-min-32-chars-aaaaaaa! MOCK_DATA: "true" - STORAGE: redis - REDIS_HOST: redis - REDIS_PORT: "6379" + STORAGE: json HTTP_REMOTE_USER_ENABLED: "true" HTTP_REMOTE_USER_HEADER_NAME: remote-user HTTP_REMOTE_TRUSTED_IPS: "127.0.0.1,::1,::ffff:127.0.0.1"