Skip to content

Commit

Permalink
Install mongodb-community on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 24, 2024
1 parent 4f8dfe4 commit d3746d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
- uses: actions/checkout@v4

- if: runner.os == 'macos'
run: brew services start $(brew list --formula | grep mongodb-community)
run: |
brew tap mongodb/brew
brew install [email protected]
brew services start $(brew list --formula | grep mongodb-community)
- if: runner.os == 'linux'
run: sudo systemctl restart mongod
Expand Down

0 comments on commit d3746d3

Please sign in to comment.