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 ea5a45c commit f9048acCopy full SHA for f9048ac
.github/actions/run-smoke-tests/action.yml
@@ -37,6 +37,7 @@ runs:
37
run: |
38
/usr/bin/redis-server /etc/redis/redis.conf --daemonize yes
39
sleep 3
40
+ redis-cli ping || { cat /var/log/redis/redis-server.log ; exit 112; }
41
redis-benchmark -P 10
42
- name: Verify installed modules
43
shell: bash
0 commit comments