From 1d593a363f0e43841d86af3b04e5f77355ad96aa Mon Sep 17 00:00:00 2001 From: vladvildanov Date: Wed, 3 Jan 2024 14:44:45 +0200 Subject: [PATCH] test --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8834a5a..93c9aed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,4 +41,5 @@ jobs: - name: Run PING command run: | - docker exec master bash -c "/opt/redislabs/bin/redis-cli -p ${{ env.RE_DB_PORT }} ping" \ No newline at end of file + docker exec master bash -c "/opt/redislabs/bin/redis-cli -p ${{ env.RE_DB_PORT }} ping123; exit $?" + exit $? \ No newline at end of file