diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89ab20586c5..f54c8076ba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -538,7 +538,7 @@ jobs: run: | set -e - services='valkey openfga' + services='openfga' composes='-f docker-compose.yml' docker compose $composes pull --policy missing $services docker compose $composes up --no-build -d $services diff --git a/editoast/src/views/test_app.rs b/editoast/src/views/test_app.rs index bd6b05f0314..99e358b2fa4 100644 --- a/editoast/src/views/test_app.rs +++ b/editoast/src/views/test_app.rs @@ -173,7 +173,7 @@ impl TestAppBuilder { }, }, valkey_config: ValkeyConfig { - no_cache: false, + no_cache: true, valkey_url: Url::parse("redis://localhost:6379").unwrap(), }, openfga_config: OpenfgaConfig {