Skip to content

Commit

Permalink
Reopen build and test on macos, linux, and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyzlj committed Jun 10, 2024
1 parent b6aecf1 commit ac75244
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ jobs:
- name: Setup xcode
uses: maxim-lobanov/setup-xcode@v1

- name: Check mongod
run: |
which mongod
cat /usr/local/etc/mongod.conf
- name: Start mongod manually
run: mongod --config /usr/local/etc/mongod.conf --fork
# Default MongoBD was preinstalled on macos-12 and macos-11,
# currently, use https://github.com/ankane/setup-mongodb on macos-13 and macos-14 (latest)
- name: Setup MongoDB
uses: ankane/setup-mongodb@v1
with:
mongodb-version: 7.0

- name: Run MongoDB
run: mongosh --eval "db.version()"

- name: Install mongo-c-driver
run: brew install mongo-c-driver
Expand Down

0 comments on commit ac75244

Please sign in to comment.