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 18e0ad8 commit 4379921Copy full SHA for 4379921
.github/actions/run-tests/action.yml
@@ -34,7 +34,7 @@ runs:
34
REDIS_IMAGE: "redis:${{ inputs.redis-version }}"
35
CLIENT_LIBS_TEST_IMAGE: "redislabs/client-libs-test:${{ inputs.redis-version }}"
36
run: |
37
- set -e
+ set -ex
38
39
echo "::group::Installing dependencies"
40
pip install -U setuptools wheel
0 commit comments