Skip to content

Commit 1d87f48

Browse files
committed
Name job based on toxenv
1 parent 1db9e74 commit 1d87f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
django: "50"
2727
- python-version: "3.12"
2828
django: "32"
29-
29+
3030
services:
3131
postgres:
3232
image: postgres
@@ -54,7 +54,7 @@ jobs:
5454
TOXENV: py-django${{ matrix.django }}
5555

5656
rest:
57-
name: Integration/Coverage/Docs/Codestyle
57+
name: ${{ matrix.toxenv }}
5858
runs-on: blacksmith-4vcpu-ubuntu-2204
5959
strategy:
6060
matrix:

0 commit comments

Comments
 (0)