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 da98108
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 @@ -33,11 +33,14 @@ 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

- if: runner.os == 'windows'
run: net start MongoDB

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit da98108

Please sign in to comment.