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 0abffa9 commit 8b4aef9Copy full SHA for 8b4aef9
.github/workflows/test.yml
@@ -69,7 +69,7 @@ jobs:
69
pip install "${{ matrix.wagtail }}"
70
pip install -e .[testing]
71
- name: Test
72
- run: python ./setup.py test
+ run: ./runtests.py
73
env:
74
DATABASE_ENGINE: django.db.backends.${{ matrix.database }}
75
DATABASE_HOST: localhost
0 commit comments