Skip to content

Commit 8fe9f26

Browse files
authored
Add sleep after 'make start' (#3446)
1 parent a6ec2b9 commit 8fe9f26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
JVM_OPTS: -Xmx3200m
5656
TERM: dumb
5757
- name: Make - start
58-
run: make start
58+
run: |
59+
make start
60+
sleep 2s
5961
- name: Docker - mod or stack
6062
run: docker run -p 52567:6379 -d redis/redis-stack-server:edge
6163
- name: Test commands - default protocol

0 commit comments

Comments
 (0)