Use job name suggested by @jezdez

Co-authored-by: Jannis Leidel <jannis@leidel.info>
This commit is contained in:
Peter Bittner 2020-12-05 00:10:04 +01:00
parent 76b5279fb7
commit 0b040c4c3f

View file

@ -52,7 +52,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
- name: Unit tests for py${{ matrix.python-version }}-django${{ matrix.django-version }}
- name: Tox tests (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
run: tox
env:
DJANGO: ${{ matrix.django-version }}