Skip to content

Commit 5325a85

Browse files
committed
fix documentation mongodb setup
1 parent 0c857a3 commit 5325a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
printf "\n--timeout 8000" >> ./test/mocha.opts
6666
./mongodb-linux-x86_64-ubuntu2204-6.0.20/bin/mongod --setParameter ttlMonitorSleepSecs=1 --fork --dbpath ./data/db/27017 --syslog --port 27017
6767
sleep 2
68-
mongod --version
68+
./mongodb-linux-x86_64-ubuntu2204-6.0.20/bin/mongod --version
6969
echo `pwd`/mongodb-linux-x86_64-ubuntu2204-6.0.20/bin >> $GITHUB_PATH
7070
- name: Setup config
7171
run: |

0 commit comments

Comments
 (0)