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 1477983 commit d9bd032Copy full SHA for d9bd032
.github/workflows/django.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install pyquery coverage "${{ matrix.django-version }}"
33
- name: Run Tests
34
run: |
35
- coverage run ./quicktests.py multi_email_field.tests && coverage report
+ coverage run ./quicktest.py multi_email_field.tests && coverage report
36
37
quality-checks:
38
runs-on: ubuntu-latest
0 commit comments