Skip to content

Commit 343204f

Browse files
committed
split config
1 parent 3c28a90 commit 343204f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
auto-start: true
5858
redis-port: 6379
5959
redis-version: '6.2'
60-
redis-conf: 'requirepass RedisPassw0rd\nappendonly yes\nappendfsync always'
60+
redis-conf: |
61+
requirepass RedisPassw0rd
62+
appendonly yes
63+
appendfsync always
6164
6265
- name: Start MySQL
6366
run: sudo /etc/init.d/mysql start

0 commit comments

Comments
 (0)