We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9bb9d commit 94380cbCopy full SHA for 94380cb
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
django: "50"
27
- python-version: "3.12"
28
django: "32"
29
-
+
30
services:
31
postgres:
32
image: postgres
@@ -54,7 +54,7 @@ jobs:
54
TOXENV: py-django${{ matrix.django }}
55
56
rest:
57
- name: Integration/Coverage/Docs/Codestyle
+ name: ${{ matrix.toxenv }}
58
runs-on: blacksmith-4vcpu-ubuntu-2204
59
strategy:
60
matrix:
0 commit comments