Skip to content

Commit

Permalink
Install phantom.js on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Apr 1, 2024
1 parent f00d9a2 commit bb99474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install dependencies
run: |
webshot::install_phantomjs()
shell: Rscript {0}


- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit bb99474

Please sign in to comment.