Skip to content

Commit 0920d00

Browse files
committed
Add migration-example tests to CI
1 parent edbe917 commit 0920d00

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.13"]
17-
toxenv: ["dist", "lint", "warnings"]
17+
toxenv: ["dist", "lint", "warnings", "migration-example"]
1818
continue-on-error: ${{ matrix.toxenv == 'warnings' }}
1919

2020
steps:

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ deps =
4343
commands = python -Werror manage.py test {posargs: --no-input -v 2}
4444
deps =
4545
https://github.com/django/django/archive/master.tar.gz
46+
47+
[testenv:migration-example]
48+
commands = python manage.py test {posargs: --no-input -v 2}
49+
changedir = migration-example/
50+
deps = django

0 commit comments

Comments
 (0)