We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4c893 commit 43b5113Copy full SHA for 43b5113
.github/workflows/build_test_push.yaml
@@ -93,6 +93,10 @@ jobs:
93
docker exec -w $DOCKER_WORK_DIR -e LD_LIBRARY_PATH=/tmp/rondb/lib \
94
-t $CONTAINER_NAME pink/rondis/rondis 6379 mgmd_1:1186 2 > $LOCAL_RONDIS_LOG &
95
96
+ # Takes a few seconds before all connections are setup and started properly
97
+ - name: Wait for Rondis server to start properly
98
+ run: sleep 5
99
+
100
# Running this multiple times to check for memory leaks and that overwrites/updates/deletes work
101
- name: Run tests multiple times
102
run: |
0 commit comments