We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dfb68 commit 10b2a8bCopy full SHA for 10b2a8b
.github/workflows/test-python.yml
@@ -50,9 +50,8 @@ jobs:
50
- name: Copy the test runner file
51
run: cp .github/workflows/runtests.py django_repo/tests/runtests_.py
52
- name: Start MongoDB
53
- uses: wavev/mongodb-github-action@atlas
+ uses: supercharge/mongodb-github-action@1.12.0
54
with:
55
- mongodb-image: mongodb/mongodb-atlas-local
56
- mongodb-version: 7.0.15
+ mongodb-version: 6.0
57
- name: Run tests
58
run: python3 django_repo/tests/runtests_.py
0 commit comments