We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d0423 commit 68ca357Copy full SHA for 68ca357
.github/workflows/build.yml
@@ -538,7 +538,7 @@ jobs:
538
run: |
539
set -e
540
541
- services='valkey openfga'
+ services='openfga'
542
composes='-f docker-compose.yml'
543
docker compose $composes pull --policy missing $services
544
docker compose $composes up --no-build -d $services
editoast/src/views/test_app.rs
@@ -182,7 +182,7 @@ impl TestAppBuilder {
182
},
183
184
valkey_config: ValkeyConfig {
185
- no_cache: false,
+ no_cache: true,
186
valkey_url: Url::parse("redis://localhost:6379").unwrap(),
187
188
openfga_config: OpenfgaConfig {
0 commit comments