Skip to content

Commit 242ee94

Browse files
author
Bradley Shellnut
committed
Removing the hardcoded use redis cache on integration tests.
1 parent 9100958 commit 242ee94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/svelte_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
PUBLIC_UMAMI_URL: ${{ secrets.PUBLIC_UMAMI_URL }}
4747
PUBLIC_UMAMI_ID: ${{ secrets.PUBLIC_UMAMI_ID }}
4848
PAGE_SIZE: ${{ secrets.PAGE_SIZE }}
49-
USE_REDIS_CACHE: 'false'
49+
USE_REDIS_CACHE: ${{ secrets.USE_REDIS_CACHE }}
5050
REDIS_URI: ${{ secrets.REDIS_URI }}
5151
run: pnpm test:integration
5252
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)