From 242ee943b5a86048502f619c57670cfe7034898c Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 28 Aug 2025 15:32:48 -0700 Subject: [PATCH] Removing the hardcoded use redis cache on integration tests. --- .github/workflows/svelte_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/svelte_integration.yml b/.github/workflows/svelte_integration.yml index b662bb1..2963419 100644 --- a/.github/workflows/svelte_integration.yml +++ b/.github/workflows/svelte_integration.yml @@ -46,7 +46,7 @@ jobs: PUBLIC_UMAMI_URL: ${{ secrets.PUBLIC_UMAMI_URL }} PUBLIC_UMAMI_ID: ${{ secrets.PUBLIC_UMAMI_ID }} PAGE_SIZE: ${{ secrets.PAGE_SIZE }} - USE_REDIS_CACHE: 'false' + USE_REDIS_CACHE: ${{ secrets.USE_REDIS_CACHE }} REDIS_URI: ${{ secrets.REDIS_URI }} run: pnpm test:integration - uses: actions/upload-artifact@v4