From c17c48a292f3ad893467e587198a386b53fd1557 Mon Sep 17 00:00:00 2001 From: Anna Shamray Date: Tue, 5 Mar 2024 17:34:14 +0100 Subject: [PATCH] :wrench: [#1] fix gh action name --- .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 90edac8..f4f5e31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: python: ['3.10', '3.11', '3.12'] django: ['3.2', '4.2'] - name: Run the test suite (Python $, Django $) + name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }}) steps: - uses: actions/checkout@v4