summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2021-12-01 20:05:07 +0200
committerChayim I. Kirshen <c@kirshen.com>2021-12-01 20:05:07 +0200
commit8db56d538922f19d05e8959b61dcc6146eb26c87 (patch)
tree5e13ba687cc00a8667025e47713e99a25f92ae9c
parent628f09fcbe4b613067bea85688d3fb313a316b2c (diff)
downloadredis-py-ck-ciparallels.tar.gz
fixing namesck-ciparallels
-rw-r--r--.github/workflows/integration.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 60362e6..10ab3ed 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -38,7 +38,7 @@ jobs:
connection-type: ['hiredis', 'plain']
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Python ${{ matrix.python-version }} tests
+ name: Python ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
steps:
- uses: actions/checkout@v2
- name: install python