Skip to content

Commit

Permalink
changes: integrate new changes from maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofpaiva committed May 30, 2023
1 parent ab7dd20 commit 2f71088
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-gzoltar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ jobs:
env:
JVM_OPTS: -Xmx3200m
TERM: dumb
- name: sleep 10s
run: sleep 10s
- name: Make - start
run: make start
run: |
make start
sleep 2s
- name: Docker - mod or stack
run: docker run -p 52567:6379 -d redis/redis-stack-server:edge
- name: Test commands - default protocol
Expand Down

0 comments on commit 2f71088

Please sign in to comment.