Skip to content

Commit

Permalink
fix covr and pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio authored May 2, 2024
1 parent 9dad01e commit 9d4a822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
shell: Rscript {0}

- name: Test coverage
if: github.ref == 'refs/heads/master' && env.run_covr == 'true' && runner.os == 'Linux' && env.CONF_NAME == 'ubuntu-latest'
if: github.ref == 'refs/heads/master' && env.run_covr == 'true' && runner.os == 'Linux' && env.CONF_NAME == 'ubuntu'
run: |
covr::codecov()
shell: Rscript {0}
Expand All @@ -302,7 +302,7 @@ jobs:
run: R CMD INSTALL .

- name: Build and deploy pkgdown site
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux' && github.repository == env.pkgdown_repo && env.CONF_NAME == 'ubuntu-latest'
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux' && github.repository == env.pkgdown_repo && env.CONF_NAME == 'ubuntu'
run: |
git config --global --add safe.directory /__w/GCIMS/GCIMS
git config --local user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 9d4a822

Please sign in to comment.