Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 24, 2024
1 parent 4e677cb commit 978fed6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
config:
- {os: macOS-13, r: 'release'}
- {os: macOS-14, r: 'release'}
- {os: windows-latest, r: '4.1'}
- {os: windows-2019, r: '4.1'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
- {os: ubuntu-20.04, r: 'devel', http-user-agent: 'release'}
Expand All @@ -42,9 +42,10 @@ jobs:
- if: runner.os == 'linux'
run: sudo systemctl restart mongod

- name: MongoDB in GitHub Actions
if: runner.os == 'windows'
uses: supercharge/[email protected]
- if: runner.os == 'windows'
run: |
Set-Service mongodb -StartupType Automatic
Start-Service -Name MongoDB
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 978fed6

Please sign in to comment.