From 8395daa636ee2efb123dae2b6be369a9dddcd65d Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Jul 2024 14:05:45 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dfef6739c..741f3369f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,8 +118,9 @@ jobs: end-to-end: [false] include: - python-version: '3.12' - - db-backend: postgres - - end-to-end: true + db-backend: postgres + end-to-end: true + name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})" steps: - run: echo "Matrix - Python ${{ matrix.python-version }}, DB ${{ matrix.db-backend }} - ${{ matrix }}"