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 457cae2 commit 66c8f3fCopy full SHA for 66c8f3f
.github/workflows/benchmark.yml
@@ -31,7 +31,7 @@ jobs:
31
cache: 'pip'
32
cache-dependency-path: '**/setup.cfg'
33
- name: Start MongoDB
34
- uses: supercharge/mongodb-github-action@1.11.0
+ uses: supercharge/mongodb-github-action@1.12.0
35
with:
36
mongodb-version: 6.0
37
- name: Install tox
.github/workflows/test-python.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "LD_LIBRARY_PATH=$PWD/libbson/lib" >> $GITHUB_ENV
55
- name: Start MongoDB on Linux
56
if: ${{ startsWith(runner.os, 'Linux') }}
57
58
59
mongodb-version: 4.4
60
mongodb-replica-set: test-rs
0 commit comments