Skip to content

Commit

Permalink
fix name of linux in if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent 8bf1932 commit f3ffc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R_CDM_check_hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ jobs:
check-dir: '"check"'

- name: Install covr
if: runner.os == 'ubuntu-24.04'
if: runner.os == 'Linux'
run: |
remotes::install_cran("covr")
shell: Rscript {0}

- name: Test coverage
if: runner.os == 'ubuntu-24.04'
if: runner.os == 'Linux'
run: covr::codecov(token = "${{ secrets.CODECOV_TOKEN }}")
shell: Rscript {0}

Expand Down

0 comments on commit f3ffc1b

Please sign in to comment.