From 8ee3047164f41be07ac8e601dca42851953761fd Mon Sep 17 00:00:00 2001 From: DvirDukhan Date: Tue, 15 Aug 2023 09:45:39 +0300 Subject: [PATCH] add redis version to flow title --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75f9ab3..60a56bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: build: - name: Test on ${{ matrix.platform }} with Python ${{ matrix.python }} + name: Test on ${{ matrix.platform }} with Python ${{ matrix.python }} with Redis ${{ matrix.redis-version }}} runs-on: ${{ matrix.platform }} timeout-minutes: 40 strategy: