Skip to content

Commit

Permalink
GHA: make rhub install the package itself
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 21, 2024
1 parent 81b4dea commit 4dd511a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
- name: Install itself (to build vignettes)
run: |
install.packages(".", repos=NULL, type="source")
shell: Rscript {0}
- uses: r-hub/actions/run-check@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit 4dd511a

Please sign in to comment.