test github actions
This commit is contained in:
committed by
Bastien Gerard
parent
6b5231265c
commit
fe9f7f1f80
8
.github/workflows/install_mongo.sh
vendored
Normal file
8
.github/workflows/install_mongo.sh
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
MONGODB=$1
|
||||
|
||||
mongo_build=mongodb-linux-x86_64-${MONGODB}
|
||||
wget http://fastdl.mongodb.org/linux/$mongo_build.tgz
|
||||
tar xzf $mongo_build.tgz
|
||||
${PWD}/$mongo_build/bin/mongod --version
|
||||
Reference in New Issue
Block a user