mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Removing the hardcoded use redis cache on integration tests.
This commit is contained in:
parent
9100958d4f
commit
242ee943b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/svelte_integration.yml
vendored
2
.github/workflows/svelte_integration.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
PUBLIC_UMAMI_URL: ${{ secrets.PUBLIC_UMAMI_URL }}
|
PUBLIC_UMAMI_URL: ${{ secrets.PUBLIC_UMAMI_URL }}
|
||||||
PUBLIC_UMAMI_ID: ${{ secrets.PUBLIC_UMAMI_ID }}
|
PUBLIC_UMAMI_ID: ${{ secrets.PUBLIC_UMAMI_ID }}
|
||||||
PAGE_SIZE: ${{ secrets.PAGE_SIZE }}
|
PAGE_SIZE: ${{ secrets.PAGE_SIZE }}
|
||||||
USE_REDIS_CACHE: 'false'
|
USE_REDIS_CACHE: ${{ secrets.USE_REDIS_CACHE }}
|
||||||
REDIS_URI: ${{ secrets.REDIS_URI }}
|
REDIS_URI: ${{ secrets.REDIS_URI }}
|
||||||
run: pnpm test:integration
|
run: pnpm test:integration
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue