Skip to content

Commit 565ade1

Browse files
committed
run tests
1 parent d93ab0c commit 565ade1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/runtests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"queries",
120120
"queries_",
121121
"queryset_pickle",
122+
"raw_query",
122123
"redirects_tests",
123124
"reserved_names",
124125
"reverse_lookup",

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout Django
3131
uses: actions/checkout@v4
3232
with:
33-
repository: 'mongodb-forks/django'
33+
repository: 'aclark4life/django'
3434
ref: 'mongodb-5.0.x'
3535
path: 'django_repo'
3636
- name: Install system packages for Django's Python test dependencies

0 commit comments

Comments
 (0)