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