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 44e642c34b
commit 8d449868da

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 }}