Skip to content

Commit 4379921

Browse files
committed
Lets debug
1 parent 18e0ad8 commit 4379921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
REDIS_IMAGE: "redis:${{ inputs.redis-version }}"
3535
CLIENT_LIBS_TEST_IMAGE: "redislabs/client-libs-test:${{ inputs.redis-version }}"
3636
run: |
37-
set -e
37+
set -ex
3838
3939
echo "::group::Installing dependencies"
4040
pip install -U setuptools wheel

0 commit comments

Comments
 (0)