Skip to content

Commit

Permalink
Run test coverage on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Jul 31, 2024
1 parent 3b9ee59 commit c182a3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: test-coverage

jobs:
test-coverage:
runs-on: ubuntu-latest
runs-on: windows-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -21,6 +21,11 @@ jobs:
with:
use-public-rspm: true

- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
Expand Down

0 comments on commit c182a3b

Please sign in to comment.