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 79c834f commit fa778adCopy full SHA for fa778ad
.github/workflows/benchmark.yml
@@ -29,7 +29,7 @@ jobs:
29
cache: 'pip'
30
cache-dependency-path: '**/setup.cfg'
31
- name: Start MongoDB
32
- uses: supercharge/mongodb-github-action@1.10.0
+ uses: supercharge/mongodb-github-action@1.11.0
33
with:
34
mongodb-version: 6.0
35
- name: Install tox
.github/workflows/test-python.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "LD_LIBRARY_PATH=$PWD/libbson/lib" >> $GITHUB_ENV
51
- name: Start MongoDB on Linux
52
if: ${{ startsWith(runner.os, 'Linux') }}
53
54
55
mongodb-version: 4.4
56
mongodb-replica-set: test-rs
0 commit comments