mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Use job name suggested by @jezdez
Co-authored-by: Jannis Leidel <jannis@leidel.info>
This commit is contained in:
parent
76b5279fb7
commit
0b040c4c3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue