Skip to content

Commit 6d1b9f3

Browse files
committed
Ensure all SSR caching is disabled in CI environment
1 parent 61ace6f commit 6d1b9f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
# Spin up UI on 127.0.0.1 to avoid host resolution issues in e2e tests with Node 18+
2424
DSPACE_UI_HOST: 127.0.0.1
2525
DSPACE_UI_PORT: 4000
26+
# Ensure all SSR caching is disabled in test environment
27+
DSPACE_CACHE_SERVERSIDE_BOTCACHE_MAX: 0
28+
DSPACE_CACHE_SERVERSIDE_ANONYMOUSCACHE_MAX: 0
2629
# Tell Cypress to run e2e tests using the same UI URL
2730
CYPRESS_BASE_URL: http://127.0.0.1:4000
2831
# When Chrome version is specified, we pin to a specific version of Chrome

0 commit comments

Comments
 (0)