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 8aa9df8 commit 073d55eCopy full SHA for 073d55e
.github/workflows/test.yml
@@ -36,6 +36,6 @@ jobs:
36
printf "\n--timeout 8000" >> ./test/mocha.opts
37
./mongodb-linux-x86_64-${{ matrix.mongo-os }}-${{ matrix.mongo }}/bin/mongod --setParameter ttlMonitorSleepSecs=1 --fork --dbpath ./data/db/27017 --syslog --port 27017
38
sleep 2
39
- mongod --version
+ ./mongodb-linux-x86_64-${{ matrix.mongo-os }}-${{ matrix.mongo }}/bin/mongod --version
40
echo `pwd`/mongodb-linux-x86_64-${{ matrix.mongo-os }}-${{ matrix.mongo }}/bin >> $GITHUB_PATH
41
- run: npm test
0 commit comments