Skip to content

Commit

Permalink
install phantomJS in test coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Dec 11, 2024
1 parent 761356e commit 5008980
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
extra-packages: any::covr
needs: coverage

- name: install phantomJS
run: webshot::install_phantomjs()
shell: Rscript {0}

- name: Test coverage
run: |
token <- Sys.getenv("CODECOV_TOKEN", "")
Expand Down

0 comments on commit 5008980

Please sign in to comment.