Skip to content

Commit 10b2a8b

Browse files
committed
Revert GitHub Action
1 parent 04dfb68 commit 10b2a8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ jobs:
5050
- name: Copy the test runner file
5151
run: cp .github/workflows/runtests.py django_repo/tests/runtests_.py
5252
- name: Start MongoDB
53-
uses: wavev/mongodb-github-action@atlas
53+
uses: supercharge/mongodb-github-action@1.12.0
5454
with:
55-
mongodb-image: mongodb/mongodb-atlas-local
56-
mongodb-version: 7.0.15
55+
mongodb-version: 6.0
5756
- name: Run tests
5857
run: python3 django_repo/tests/runtests_.py

0 commit comments

Comments
 (0)