Skip to content

Commit

Permalink
Fix benchmark CI error MISCONF
Browse files Browse the repository at this point in the history
Signed-off-by: barshaul <[email protected]>
  • Loading branch information
barshaul committed Nov 4, 2024
1 parent b091804 commit 9340ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-benchmark/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9340ea4

Please sign in to comment.