We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c857a3 commit 5325a85Copy full SHA for 5325a85
.github/workflows/documentation.yml
@@ -65,7 +65,7 @@ jobs:
65
printf "\n--timeout 8000" >> ./test/mocha.opts
66
./mongodb-linux-x86_64-ubuntu2204-6.0.20/bin/mongod --setParameter ttlMonitorSleepSecs=1 --fork --dbpath ./data/db/27017 --syslog --port 27017
67
sleep 2
68
- mongod --version
+ ./mongodb-linux-x86_64-ubuntu2204-6.0.20/bin/mongod --version
69
echo `pwd`/mongodb-linux-x86_64-ubuntu2204-6.0.20/bin >> $GITHUB_PATH
70
- name: Setup config
71
run: |
0 commit comments