Skip to content

Commit 68ca357

Browse files
committed
editoast: stop using valkey for tests
Signed-off-by: Florian Amsallem <[email protected]>
1 parent f6d0423 commit 68ca357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ jobs:
538538
run: |
539539
set -e
540540
541-
services='valkey openfga'
541+
services='openfga'
542542
composes='-f docker-compose.yml'
543543
docker compose $composes pull --policy missing $services
544544
docker compose $composes up --no-build -d $services

editoast/src/views/test_app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl TestAppBuilder {
182182
},
183183
},
184184
valkey_config: ValkeyConfig {
185-
no_cache: false,
185+
no_cache: true,
186186
valkey_url: Url::parse("redis://localhost:6379").unwrap(),
187187
},
188188
openfga_config: OpenfgaConfig {

0 commit comments

Comments
 (0)