Skip to content

Commit

Permalink
feat: install shiny.react in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Sep 14, 2023
1 parent 6cadc1a commit 5b31b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Install shiny.react
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("Appsilon/shiny.react@override-props")'
- name: R CMD check
Expand Down

0 comments on commit 5b31b1c

Please sign in to comment.