Skip to content

Commit b1f3e4f

Browse files
committed
run tests
1 parent 894f3d1 commit b1f3e4f

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout Django
3333
uses: actions/checkout@v4
3434
with:
35-
repository: 'mongodb-forks/django'
35+
repository: 'aclark4life/django'
3636
ref: 'mongodb-5.0.x'
3737
path: 'django_repo'
3838
persist-credentials: false

0 commit comments

Comments
 (0)