Skip to content

Commit 1471eca

Browse files
committed
use fork for temporary testing
1 parent c5bfebf commit 1471eca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/mongodb_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
else:
1616
DATABASES = {
1717
"default": {
18-
"ENGINE": "django_mongodb_backend",
18+
"ENGINE": "django_mongodb_backend_gis",
1919
"NAME": "djangotests",
2020
# Required when connecting to the Atlas image in Docker.
2121
"OPTIONS": {"directConnection": True},
2222
},
2323
"other": {
24-
"ENGINE": "django_mongodb_backend",
24+
"ENGINE": "django_mongodb_backend_gis",
2525
"NAME": "djangotests-other",
2626
"OPTIONS": {"directConnection": True},
2727
},

.github/workflows/test-python-atlas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
repository: 'mongodb-forks/django'
36-
ref: 'mongodb-5.2.x'
36+
ref: 'mongogis'
3737
path: 'django_repo'
3838
persist-credentials: false
3939
- name: Install system packages for Django's Python test dependencies
@@ -53,4 +53,4 @@ jobs:
5353
working-directory: .
5454
run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
5555
- name: Run tests
56-
run: python3 django_repo/tests/runtests_.py
56+
run: python3 django_repo/tests/runtests_.py gis_tests

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
repository: 'mongodb-forks/django'
36-
ref: 'mongodb-5.2.x'
36+
ref: 'mongogis'
3737
path: 'django_repo'
3838
persist-credentials: false
3939
- name: Install system packages for Django's Python test dependencies
@@ -54,4 +54,4 @@ jobs:
5454
with:
5555
mongodb-version: 6.0
5656
- name: Run tests
57-
run: python3 django_repo/tests/runtests_.py
57+
run: python3 django_repo/tests/runtests_.py gis_tests

0 commit comments

Comments
 (0)