Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 6, 2022
1 parent 5beadc4 commit 00bbeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2

- if: runner.os == 'macos'
run: brew services start mongodb-community
run: brew services start $(brew list --formula | grep mongodb-community)

- if: runner.os == 'linux'
run: sudo systemctl restart mongod
Expand Down

0 comments on commit 00bbeab

Please sign in to comment.