Skip to content

Commit d35de5c

Browse files
author
Janek Mangold
committed
feat: add CI configuration for Django template testing
1 parent a8bf47e commit d35de5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run Django Template Tests
2121
run: |
2222
uvx cookiecutter django -v --no-input -o test/ \
23-
python_version=${{ matrix.python_version }} \
24-
postgresql_version=${{ matrix.postgresql_version }} \
25-
username_type=${{ matrix.username_type }} \
26-
use_drf=${{ matrix.use_drf }}
23+
python_version="${{ matrix.python_version }}" \
24+
postgresql_version="${{ matrix.postgresql_version }}" \
25+
username_type="${{ matrix.username_type }}" \
26+
use_drf="${{ matrix.use_drf }}"

0 commit comments

Comments
 (0)