We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7dd20 commit 2f71088Copy full SHA for 2f71088
.github/workflows/integration-gzoltar.yml
@@ -52,8 +52,12 @@ jobs:
52
env:
53
JVM_OPTS: -Xmx3200m
54
TERM: dumb
55
+ - name: sleep 10s
56
+ run: sleep 10s
57
- name: Make - start
- run: make start
58
+ run: |
59
+ make start
60
+ sleep 2s
61
- name: Docker - mod or stack
62
run: docker run -p 52567:6379 -d redis/redis-stack-server:edge
63
- name: Test commands - default protocol
0 commit comments