Skip to content

Commit 2f71088

Browse files
committed
changes: integrate new changes from maintainers
1 parent ab7dd20 commit 2f71088

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/integration-gzoltar.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,12 @@ jobs:
5252
env:
5353
JVM_OPTS: -Xmx3200m
5454
TERM: dumb
55+
- name: sleep 10s
56+
run: sleep 10s
5557
- name: Make - start
56-
run: make start
58+
run: |
59+
make start
60+
sleep 2s
5761
- name: Docker - mod or stack
5862
run: docker run -p 52567:6379 -d redis/redis-stack-server:edge
5963
- name: Test commands - default protocol

0 commit comments

Comments
 (0)