Skip to content

Commit d9bd032

Browse files
committed
CI: typo in executable
1 parent 1477983 commit d9bd032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install pyquery coverage "${{ matrix.django-version }}"
3333
- name: Run Tests
3434
run: |
35-
coverage run ./quicktests.py multi_email_field.tests && coverage report
35+
coverage run ./quicktest.py multi_email_field.tests && coverage report
3636
3737
quality-checks:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)