diff --git a/.github/workflows/test-benchmark/action.yml b/.github/workflows/test-benchmark/action.yml index 91cc36697f..3bd50dc0f2 100644 --- a/.github/workflows/test-benchmark/action.yml +++ b/.github/workflows/test-benchmark/action.yml @@ -11,7 +11,8 @@ runs: steps: - shell: bash - run: redis-server & + # Disable RDB snapshots to avoid configuration errors + run: redis-server --save "" --daemonize "yes" - shell: bash working-directory: ./benchmarks